#BBDCFA

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

Shades of Pale Cornflower Blue #BBDCFA

Tints of Pale Cornflower Blue #BBDCFA

Color information

#BBDCFA (or 0xBBDCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DC and FA. RGB value is (187,220,250). Sum of RGB (Red+Green+Blue) = 187+220+250=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCFA is #442305. Grayscale: #D5D5D5. Windows color (decimal): -4465414 or 16440507. OLE color: 16440507.

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

Color convert

RGB187220250-
CMYK0.250.1200.02
HSL208.57º86.3%85.69%-
HSV(B)208.57º25.2%98.04%-
XYZ63.3468.65100.36-
YUV213.55148.57109.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=28.46%
G=33.49%
B=38.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872202500.250.1200.02208.5786.385.69
HexBBDCFA19C02d15656
Octal273334372311402321126126
Binary1011101111011100111110101100111000101101000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCFA; }

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

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

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

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

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

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

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

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