#BDDEFE

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

Shades of Pale Cornflower Blue #BDDEFE

Tints of Pale Cornflower Blue #BDDEFE

Color information

#BDDEFE (or 0xBDDEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DE and FE. RGB value is (189,222,254). Sum of RGB (Red+Green+Blue) = 189+222+254=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFE is #422101. Grayscale: #D7D7D7. Windows color (decimal): -4333826 or 16703165. OLE color: 16703165.

HSL color Cylindrical-coordinate representation of color #BDDEFE: hue angle of 209.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDEFE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189222254-
CMYK0.260.1300.00
HSL209.54º97.01%86.86%-
HSV(B)209.54º25.59%99.61%-
XYZ6570.22103.89-
YUV215.78149.57108.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=28.42%
G=33.38%
B=38.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892222540.260.1300.00209.5497.0186.86
HexBDDEFE1AD00d26157
Octal275336376321500322141127
Binary101111011101111011111110110101101001101001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEFE; }

 p { color: rgb(189,222,254); }

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

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

 a { background-color: rgb(189,222,254); }

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

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

 span { border-color: rgb(189,222,254); }

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