#BBDBFA

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

Shades of Pale Cornflower Blue #BBDBFA

Tints of Pale Cornflower Blue #BBDBFA

Color information

#BBDBFA (or 0xBBDBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DB and FA. RGB value is (187,219,250). Sum of RGB (Red+Green+Blue) = 187+219+250=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBDBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBFA is #442405. Grayscale: #D4D4D4. Windows color (decimal): -4465670 or 16440251. OLE color: 16440251.

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

Color convert

RGB187219250-
CMYK0.250.1200.02
HSL209.52º86.3%85.69%-
HSV(B)209.52º25.2%98.04%-
XYZ63.0868.13100.27-
YUV212.97148.9109.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=28.51%
G=33.38%
B=38.11%

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
Decimal1872192500.250.1200.02209.5286.385.69
HexBBDBFA19C02d25656
Octal273333372311402322126126
Binary1011101111011011111110101100111000101101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBFA; }

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

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

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

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

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

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

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

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