#BDDBFF

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

Shades of Pale Cornflower Blue #BDDBFF

Tints of Pale Cornflower Blue #BDDBFF

Color information

#BDDBFF (or 0xBDDBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DB and FF. RGB value is (189,219,255). Sum of RGB (Red+Green+Blue) = 189+219+255=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBFF is #422400. Grayscale: #D5D5D5. Windows color (decimal): -4334593 or 16767933. OLE color: 16767933.

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

Color convert

RGB189219255-
CMYK0.260.1400
HSL212.73º100%87.06%-
HSV(B)212.73º25.88%100%-
XYZ64.3768.7104.48-
YUV214.13151.06110.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 255 (100% from 255) = 38.46%
R=28.51%
G=33.03%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892192550.260.1400212.7310087.06
HexBDDBFF1AE00d56457
Octal275333377321600325144127
Binary101111011101101111111111110101110001101010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBFF; }

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

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

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

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

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

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

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

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