#BDDBF4

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

Shades of Pale Cornflower Blue #BDDBF4

Tints of Pale Cornflower Blue #BDDBF4

Color information

#BDDBF4 (or 0xBDDBF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DB and F4. RGB value is (189,219,244). Sum of RGB (Red+Green+Blue) = 189+219+244=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDDBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBF4 is #42240B. Grayscale: #D4D4D4. Windows color (decimal): -4334604 or 16047037. OLE color: 16047037.

HSL color Cylindrical-coordinate representation of color #BDDBF4: hue angle of 207.27º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDBF4 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189219244-
CMYK0.230.1000.04
HSL207.27º71.43%84.9%-
HSV(B)207.27º22.54%95.69%-
XYZ62.6568.0195.41-
YUV212.88145.56110.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=28.99%
G=33.59%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892192440.230.1000.04207.2771.4384.9
HexBDDBF417A04cf4755
Octal275333364271204317107125
Binary10111101110110111111010010111101001001100111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBF4; }

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

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

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

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

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

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

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

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