Html Css Color HEX #BBEBD9 Aero Blue

📋 copy color: '#BBEBD9'

red 187 ◦ green 235 ◦ blue 217

#BBEBD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BBEBD9

Tints of Aero Blue #BBEBD9

RGB

 RED value IS 187 (73.44% from 255) = 29.26%

 GREEN value IS 235 (92.19% from 255) = 36.78%

 BLUE value IS 217 (85.16% from 255) = 33.96%

R = 29.26%
G = 36.78%
B = 33.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#BBEBD9 (or 0xBBEBD9) is known color: Aero Blue. HEX triplet: BB, EB and D9. RGB value is (187,235,217). Sum of RGB (Red+Green+Blue) = 187+235+217=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD9 is #441426. Grayscale: #DADADA. Windows color (decimal): -4461607 or 14281659. OLE color: 14281659.

HSL color Cylindrical-coordinate representation of color #BBEBD9: hue angle of 157.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBD9 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 217 -
CMYK 0.20 0 0.08 0.08
HSL 157.5º 0.55% 0.83% -
HSV(B) 157.5º 0.2% 0.92% -
XYZ 62.73 74.99 76.81 -
YUV 218.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 187 235 217 0.20 0 0.08 0.08 157.5 0.55 0.83
Hex BB EB D9 14 0 8 8 9E 37 53
Octal 273 353 331 24 0 10 10 236 67 123
Binary 10111011 11101011 11011001 10100 0 1000 1000 10011110 110111 1010011

Color Harmonies of #BBEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBD9

Black with #BBEBD9

Text Example


Text Example

White with #BBEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBD9; }

 p { color: rgb(187,235,217); }

 H1.HeaderClassName
 {
   color: #BBEBD9;
 }
 .AnyTagClassName
 {
   color: #BBEBD9;
 }
</style>

background-color css

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

 a { background-color: rgb(187,235,217); }

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

border-color css

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

 span { border-color: rgb(187,235,217); }

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