#BBDAFC

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

Shades of Pale Cornflower Blue #BBDAFC

Tints of Pale Cornflower Blue #BBDAFC

Color information

#BBDAFC (or 0xBBDAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and FC. RGB value is (187,218,252). Sum of RGB (Red+Green+Blue) = 187+218+252=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFC is #442503. Grayscale: #D4D4D4. Windows color (decimal): -4465924 or 16571067. OLE color: 16571067.

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

Color convert

RGB187218252-
CMYK0.260.1300.01
HSL211.38º91.55%86.08%-
HSV(B)211.38º25.79%98.82%-
XYZ63.1467.74101.84-
YUV212.61150.23109.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=28.46%
G=33.18%
B=38.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872182520.260.1300.01211.3891.5586.08
HexBBDAFC1AD01d35c56
Octal273332374321501323134126
Binary101110111101101011111100110101101011101001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAFC; }

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

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

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

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

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

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

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

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