#BBDAFA

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

Shades of Pale Cornflower Blue #BBDAFA

Tints of Pale Cornflower Blue #BBDAFA

Color information

#BBDAFA (or 0xBBDAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and FA. RGB value is (187,218,250). Sum of RGB (Red+Green+Blue) = 187+218+250=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFA is #442505. Grayscale: #D4D4D4. Windows color (decimal): -4465926 or 16439995. OLE color: 16439995.

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

Color convert

RGB187218250-
CMYK0.250.1300.02
HSL210.48º86.3%85.69%-
HSV(B)210.48º25.2%98.04%-
XYZ62.8267.61100.18-
YUV212.38149.23109.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=28.55%
G=33.28%
B=38.17%

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
Decimal1872182500.250.1300.02210.4886.385.69
HexBBDAFA19D02d25656
Octal273332372311502322126126
Binary1011101111011010111110101100111010101101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAFA; }

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

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

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

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

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

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

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

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