#BBDFD0

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

Shades of Aero Blue #BBDFD0

Tints of Aero Blue #BBDFD0

Color information

#BBDFD0 (or 0xBBDFD0) is unknown color: approx Aero Blue. HEX triplet: BB, DF and D0. RGB value is (187,223,208). Sum of RGB (Red+Green+Blue) = 187+223+208=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD0 is #44202F. Grayscale: #D2D2D2. Windows color (decimal): -4464688 or 13688763. OLE color: 13688763.

HSL color Cylindrical-coordinate representation of color #BBDFD0: hue angle of 155º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFD0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB187223208-
CMYK0.1600.070.13
HSL155º36%80.39%-
HSV(B)155º16.14%87.45%-
XYZ58.2767.8969.71-
YUV210.53126.57111.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=30.26%
G=36.08%
B=33.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872232080.1600.070.131553680.39
HexBBDFD01007D9b2450
Octal27333732020071523344120
Binary1011101111011111110100001000001111101100110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFD0; }

 p { color: rgb(187,223,208); }

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

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

 a { background-color: rgb(187,223,208); }

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

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

 span { border-color: rgb(187,223,208); }

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