#BAD4EA

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

Shades of Pale Cornflower Blue #BAD4EA

Tints of Pale Cornflower Blue #BAD4EA

Color information

#BAD4EA (or 0xBAD4EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BA, D4 and EA. RGB value is (186,212,234). Sum of RGB (Red+Green+Blue) = 186+212+234=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD4EA is #452B15. Grayscale: #CECECE. Windows color (decimal): -4533014 or 15389882. OLE color: 15389882.

HSL color Cylindrical-coordinate representation of color #BAD4EA: hue angle of 207.5º 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 #BAD4EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186212234-
CMYK0.210.0900.08
HSL207.5º53.33%82.35%-
HSV(B)207.5º20.51%91.76%-
XYZ58.6463.4787-
YUV206.73143.39113.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=29.43%
G=33.54%
B=37.03%

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
Decimal1862122340.210.0900.08207.553.3382.35
HexBAD4EA15908d03552
Octal272324352251101032065122
Binary10111010110101001110101010101100101000110100001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4EA; }

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

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

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

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

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

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

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

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