#BDDDFF

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

Shades of Pale Cornflower Blue #BDDDFF

Tints of Pale Cornflower Blue #BDDDFF

Color information

#BDDDFF (or 0xBDDDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and FF. RGB value is (189,221,255). Sum of RGB (Red+Green+Blue) = 189+221+255=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFF is #422200. Grayscale: #D7D7D7. Windows color (decimal): -4334081 or 16768445. OLE color: 16768445.

HSL color Cylindrical-coordinate representation of color #BDDDFF: hue angle of 210.91º 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 #BDDDFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189221255-
CMYK0.260.1300
HSL210.91º100%87.06%-
HSV(B)210.91º25.88%100%-
XYZ64.8969.75104.65-
YUV215.31150.4109.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 255 (100% from 255) = 38.35%
R=28.42%
G=33.23%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892212550.260.1300210.9110087.06
HexBDDDFF1AD00d36457
Octal275335377321500323144127
Binary101111011101110111111111110101101001101001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDFF; }

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

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

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

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

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

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

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

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