#BBD8F1

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

Shades of Pale Cornflower Blue #BBD8F1

Tints of Pale Cornflower Blue #BBD8F1

Color information

#BBD8F1 (or 0xBBD8F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D8 and F1. RGB value is (187,216,241). Sum of RGB (Red+Green+Blue) = 187+216+241=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8F1 is #44270E. Grayscale: #D2D2D2. Windows color (decimal): -4466447 or 15849659. OLE color: 15849659.

HSL color Cylindrical-coordinate representation of color #BBD8F1: hue angle of 207.78º 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 #BBD8F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187216241-
CMYK0.220.1000.05
HSL207.78º65.85%83.92%-
HSV(B)207.78º22.41%94.51%-
XYZ60.9366.0392.75-
YUV210.18145.39111.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=29.04%
G=33.54%
B=37.42%

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
Decimal1872162410.220.1000.05207.7865.8583.92
HexBBD8F116A05d04254
Octal273330361261205320102124
Binary10111011110110001111000110110101001011101000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8F1; }

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

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

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

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

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

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

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

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