#BDDEFC

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

Shades of Pale Cornflower Blue #BDDEFC

Tints of Pale Cornflower Blue #BDDEFC

Color information

#BDDEFC (or 0xBDDEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DE and FC. RGB value is (189,222,252). Sum of RGB (Red+Green+Blue) = 189+222+252=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFC is #422103. Grayscale: #D7D7D7. Windows color (decimal): -4333828 or 16572093. OLE color: 16572093.

HSL color Cylindrical-coordinate representation of color #BDDEFC: hue angle of 208.57º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDEFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189222252-
CMYK0.250.1200.01
HSL208.57º91.3%86.47%-
HSV(B)208.57º25%98.82%-
XYZ64.6870.09102.22-
YUV215.55148.57109.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=28.51%
G=33.48%
B=38.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892222520.250.1200.01208.5791.386.47
HexBDDEFC19C01d15b56
Octal275336374311401321133126
Binary101111011101111011111100110011100011101000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEFC; }

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

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

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

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

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

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

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

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