#BAD6EA

Color #BAD6EA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BAD6EA

Tints of Pale Cornflower Blue #BAD6EA

Color information

#BAD6EA (or 0xBAD6EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D6 and EA. RGB value is (186,214,234). Sum of RGB (Red+Green+Blue) = 186+214+234=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD6EA is #452915. Grayscale: #CFCFCF. Windows color (decimal): -4532502 or 15390394. OLE color: 15390394.

HSL color Cylindrical-coordinate representation of color #BAD6EA: hue angle of 205º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD6EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186214234-
CMYK0.210.0900.08
HSL205º53.33%82.35%-
HSV(B)205º20.51%91.76%-
XYZ59.1564.4787.17-
YUV207.91142.72112.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=29.34%
G=33.75%
B=36.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862142340.210.0900.0820553.3382.35
HexBAD6EA15908cd3552
Octal272326352251101031565122
Binary10111010110101101110101010101100101000110011011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6EA; }

 p { color: rgb(186,214,234); }

 H1.HeaderClassName
 {
   color: #BAD6EA;
 }
 .AnyTagClassName
 {
   color: #BAD6EA;
 }
</style>
background-color css

<style>
 a { background-color: #BAD6EA; }

 a { background-color: rgb(186,214,234); }

 div.DivClassName
 {
   background-color: #BAD6EA;
 }
 .BgClassName
 {
   background-color: #BAD6EA;
 }
</style>
border-color css

<style>
 span { border-color: #BAD6EA; }

 span { border-color: rgb(186,214,234); }

 td.TdClassName
 {
   border-color: #BAD6EA;
 }
 .TagClassName
 {
   border-color: #BAD6EA;
 }
</style>