#BFFFDB

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

Shades of Aero Blue #BFFFDB

Tints of Aero Blue #BFFFDB

Color information

#BFFFDB (or 0xBFFFDB) is unknown color: approx Aero Blue. HEX triplet: BF, FF and DB. RGB value is (191,255,219). Sum of RGB (Red+Green+Blue) = 191+255+219=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFDB is #400024. Grayscale: #E7E7E7. Windows color (decimal): -4194341 or 14417855. OLE color: 14417855.

HSL color Cylindrical-coordinate representation of color #BFFFDB: hue angle of 146.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFDB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB191255219-
CMYK0.2500.140
HSL146.25º100%87.45%-
HSV(B)146.25º25.1%100%-
XYZ70.0387.7180.26-
YUV231.76120.898.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=28.72%
G=38.35%
B=32.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552190.2500.140146.2510087.45
HexBFFFDB190E0926457
Octal277377333310160222144127
Binary101111111111111111011011110010111001001001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFDB; }

 p { color: rgb(191,255,219); }

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

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

 a { background-color: rgb(191,255,219); }

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

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

 span { border-color: rgb(191,255,219); }

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