#BBD9F1

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

Shades of Pale Cornflower Blue #BBD9F1

Tints of Pale Cornflower Blue #BBD9F1

Color information

#BBD9F1 (or 0xBBD9F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D9 and F1. RGB value is (187,217,241). Sum of RGB (Red+Green+Blue) = 187+217+241=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9F1 is #44260E. Grayscale: #D2D2D2. Windows color (decimal): -4466191 or 15849915. OLE color: 15849915.

HSL color Cylindrical-coordinate representation of color #BBD9F1: hue angle of 206.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD9F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187217241-
CMYK0.220.1000.05
HSL206.67º65.85%83.92%-
HSV(B)206.67º22.41%94.51%-
XYZ61.1866.5492.84-
YUV210.77145.06111.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=28.99%
G=33.64%
B=37.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872172410.220.1000.05206.6765.8583.92
HexBBD9F116A05cf4254
Octal273331361261205317102124
Binary10111011110110011111000110110101001011100111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9F1; }

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

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

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

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

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

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

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

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