#BDFFDB

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

Shades of Aero Blue #BDFFDB

Tints of Aero Blue #BDFFDB

Color information

#BDFFDB (or 0xBDFFDB) is unknown color: approx Aero Blue. HEX triplet: BD, FF and DB. RGB value is (189,255,219). Sum of RGB (Red+Green+Blue) = 189+255+219=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFDB is #420024. Grayscale: #E7E7E7. Windows color (decimal): -4325413 or 14417853. OLE color: 14417853.

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

Color convert

RGB189255219-
CMYK0.2600.140
HSL147.27º100%87.06%-
HSV(B)147.27º25.88%100%-
XYZ69.5387.4580.23-
YUV231.16121.1397.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=28.51%
G=38.46%
B=33.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552190.2600.140147.2710087.06
HexBDFFDB1A0E0936457
Octal275377333320160223144127
Binary101111011111111111011011110100111001001001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFDB; }

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

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

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

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

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

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

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

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