#BBDAF4

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

Shades of Pale Cornflower Blue #BBDAF4

Tints of Pale Cornflower Blue #BBDAF4

Color information

#BBDAF4 (or 0xBBDAF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and F4. RGB value is (187,218,244). Sum of RGB (Red+Green+Blue) = 187+218+244=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBDAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAF4 is #44250B. Grayscale: #D3D3D3. Windows color (decimal): -4465932 or 16046779. OLE color: 16046779.

HSL color Cylindrical-coordinate representation of color #BBDAF4: hue angle of 207.37º degrees, saturation: 0.72, 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 #BBDAF4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187218244-
CMYK0.230.1100.04
HSL207.37º72.15%84.51%-
HSV(B)207.37º23.36%95.69%-
XYZ61.8967.2495.3-
YUV211.7146.23110.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 218 (85.55% from 255) = 33.59%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=28.81%
G=33.59%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872182440.230.1100.04207.3772.1584.51
HexBBDAF417B04cf4855
Octal273332364271304317110125
Binary10111011110110101111010010111101101001100111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAF4; }

 p { color: rgb(187,218,244); }

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

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

 a { background-color: rgb(187,218,244); }

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

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

 span { border-color: rgb(187,218,244); }

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