#BDDEFF

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

Shades of Pale Cornflower Blue #BDDEFF

Tints of Pale Cornflower Blue #BDDEFF

Color information

#BDDEFF (or 0xBDDEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DE and FF. RGB value is (189,222,255). Sum of RGB (Red+Green+Blue) = 189+222+255=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFF is #422100. Grayscale: #D7D7D7. Windows color (decimal): -4333825 or 16768701. OLE color: 16768701.

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

Color convert

RGB189222255-
CMYK0.260.1300
HSL210º100%87.06%-
HSV(B)210º25.88%100%-
XYZ65.1670.28104.74-
YUV215.9150.07108.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 38.29%
R=28.38%
G=33.33%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892222550.260.130021010087.06
HexBDDEFF1AD00d26457
Octal275336377321500322144127
Binary101111011101111011111111110101101001101001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEFF; }

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

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

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

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

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

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

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

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