#BBD8FC

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

Shades of Pale Cornflower Blue #BBD8FC

Tints of Pale Cornflower Blue #BBD8FC

Color information

#BBD8FC (or 0xBBD8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D8 and FC. RGB value is (187,216,252). Sum of RGB (Red+Green+Blue) = 187+216+252=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8FC is #442703. Grayscale: #D3D3D3. Windows color (decimal): -4466436 or 16570555. OLE color: 16570555.

HSL color Cylindrical-coordinate representation of color #BBD8FC: hue angle of 213.23º 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 #BBD8FC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187216252-
CMYK0.260.1400.01
HSL213.23º91.55%86.08%-
HSV(B)213.23º25.79%98.82%-
XYZ62.6266.7101.67-
YUV211.43150.89110.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=28.55%
G=32.98%
B=38.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872162520.260.1400.01213.2391.5586.08
HexBBD8FC1AE01d55c56
Octal273330374321601325134126
Binary101110111101100011111100110101110011101010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8FC; }

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

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

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

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

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

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

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

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