#BBD4FB

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

Shades of Pale Cornflower Blue #BBD4FB

Tints of Pale Cornflower Blue #BBD4FB

Color information

#BBD4FB (or 0xBBD4FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, D4 and FB. RGB value is (187,212,251). Sum of RGB (Red+Green+Blue) = 187+212+251=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD4FB is #442B04. Grayscale: #D0D0D0. Windows color (decimal): -4467461 or 16503995. OLE color: 16503995.

HSL color Cylindrical-coordinate representation of color #BBD4FB: hue angle of 216.56º 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 #BBD4FB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187212251-
CMYK0.250.1600.02
HSL216.56º88.89%85.88%-
HSV(B)216.56º25.5%98.43%-
XYZ61.4564.62100.5-
YUV208.97151.72112.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=28.77%
G=32.62%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872122510.250.1600.02216.5688.8985.88
HexBBD4FB191002d95956
Octal273324373312002331131126
Binary10111011110101001111101111001100000101101100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4FB; }

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

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

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

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

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

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

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

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