#BBD7FB

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

Shades of Pale Cornflower Blue #BBD7FB

Tints of Pale Cornflower Blue #BBD7FB

Color information

#BBD7FB (or 0xBBD7FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D7 and FB. RGB value is (187,215,251). Sum of RGB (Red+Green+Blue) = 187+215+251=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7FB is #442804. Grayscale: #D2D2D2. Windows color (decimal): -4466693 or 16504763. OLE color: 16504763.

HSL color Cylindrical-coordinate representation of color #BBD7FB: hue angle of 213.75º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD7FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187215251-
CMYK0.250.1400.02
HSL213.75º88.89%85.88%-
HSV(B)213.75º25.5%98.43%-
XYZ62.2166.13100.75-
YUV210.73150.72111.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=28.64%
G=32.92%
B=38.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872152510.250.1400.02213.7588.8985.88
HexBBD7FB19E02d65956
Octal273327373311602326131126
Binary1011101111010111111110111100111100101101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7FB; }

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

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

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

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

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

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

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

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