#BBD7FC

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

Shades of Pale Cornflower Blue #BBD7FC

Tints of Pale Cornflower Blue #BBD7FC

Color information

#BBD7FC (or 0xBBD7FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D7 and FC. RGB value is (187,215,252). Sum of RGB (Red+Green+Blue) = 187+215+252=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7FC is #442803. Grayscale: #D2D2D2. Windows color (decimal): -4466692 or 16570299. OLE color: 16570299.

HSL color Cylindrical-coordinate representation of color #BBD7FC: hue angle of 214.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD7FC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187215252-
CMYK0.260.1500.01
HSL214.15º91.55%86.08%-
HSV(B)214.15º25.79%98.82%-
XYZ62.3666.19101.59-
YUV210.85151.22110.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=28.59%
G=32.87%
B=38.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872152520.260.1500.01214.1591.5586.08
HexBBD7FC1AF01d65c56
Octal273327374321701326134126
Binary101110111101011111111100110101111011101011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7FC; }

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

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

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

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

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

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

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

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