#BBD9F4

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

Shades of Pale Cornflower Blue #BBD9F4

Tints of Pale Cornflower Blue #BBD9F4

Color information

#BBD9F4 (or 0xBBD9F4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D9 and F4. RGB value is (187,217,244). Sum of RGB (Red+Green+Blue) = 187+217+244=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBD9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F4 is #44260B. Grayscale: #D2D2D2. Windows color (decimal): -4466188 or 16046523. OLE color: 16046523.

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

Color convert

RGB187217244-
CMYK0.230.1100.04
HSL208.42º72.15%84.51%-
HSV(B)208.42º23.36%95.69%-
XYZ61.6466.7295.22-
YUV211.11146.56110.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 244 (95.70% from 255) = 37.65%
R=28.86%
G=33.49%
B=37.65%

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
Decimal1872172440.230.1100.04208.4272.1584.51
HexBBD9F417B04d04855
Octal273331364271304320110125
Binary10111011110110011111010010111101101001101000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9F4; }

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

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

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

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

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

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

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

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