#BBD7F6

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

Shades of Pale Cornflower Blue #BBD7F6

Tints of Pale Cornflower Blue #BBD7F6

Color information

#BBD7F6 (or 0xBBD7F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D7 and F6. RGB value is (187,215,246). Sum of RGB (Red+Green+Blue) = 187+215+246=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBD7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7F6 is #442809. Grayscale: #D2D2D2. Windows color (decimal): -4466698 or 16177083. OLE color: 16177083.

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

Color convert

RGB187215246-
CMYK0.240.1300.04
HSL211.53º76.62%84.9%-
HSV(B)211.53º23.98%96.47%-
XYZ61.4365.8296.66-
YUV210.16148.22111.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 215 (84.38% from 255) = 33.18%
BLUE value IS 246 (96.48% from 255) = 37.96%
R=28.86%
G=33.18%
B=37.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872152460.240.1300.04211.5376.6284.9
HexBBD7F618D04d44d55
Octal273327366301504324115125
Binary10111011110101111111011011000110101001101010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7F6; }

 p { color: rgb(187,215,246); }

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

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

 a { background-color: rgb(187,215,246); }

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

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

 span { border-color: rgb(187,215,246); }

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