#BBDAFB

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

Shades of Pale Cornflower Blue #BBDAFB

Tints of Pale Cornflower Blue #BBDAFB

Color information

#BBDAFB (or 0xBBDAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and FB. RGB value is (187,218,251). Sum of RGB (Red+Green+Blue) = 187+218+251=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFB is #442504. Grayscale: #D4D4D4. Windows color (decimal): -4465925 or 16505531. OLE color: 16505531.

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

Color convert

RGB187218251-
CMYK0.250.1300.02
HSL210.94º88.89%85.88%-
HSV(B)210.94º25.5%98.43%-
XYZ62.9867.67101.01-
YUV212.49149.73109.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=28.51%
G=33.23%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872182510.250.1300.02210.9488.8985.88
HexBBDAFB19D02d35956
Octal273332373311502323131126
Binary1011101111011010111110111100111010101101001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAFB; }

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

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

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

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

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

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

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

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