Html Css Color HEX #BBE9D7 Aero Blue

📋 copy color: '#BBE9D7'

red 187 ◦ green 233 ◦ blue 215

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

Shades of Aero Blue #BBE9D7

Tints of Aero Blue #BBE9D7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.69%

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 29.45%
G = 36.69%
B = 33.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#BBE9D7 (or 0xBBE9D7) is known color: Aero Blue. HEX triplet: BB, E9 and D7. RGB value is (187,233,215). Sum of RGB (Red+Green+Blue) = 187+233+215=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9D7 is #441628. Grayscale: #D9D9D9. Windows color (decimal): -4462121 or 14150075. OLE color: 14150075.

HSL color Cylindrical-coordinate representation of color #BBE9D7: hue angle of 156.52º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9D7 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 215 -
CMYK 0.20 0 0.08 0.09
HSL 156.52º 0.51% 0.82% -
HSV(B) 156.52º 0.2% 0.91% -
XYZ 61.9 73.75 75.26 -
YUV 217.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 187 233 215 0.20 0 0.08 0.09 156.52 0.51 0.82
Hex BB E9 D7 14 0 8 9 9D 33 52
Octal 273 351 327 24 0 10 11 235 63 122
Binary 10111011 11101001 11010111 10100 0 1000 1001 10011101 110011 1010010

Color Harmonies of #BBE9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9D7

Black with #BBE9D7

Text Example


Text Example

White with #BBE9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9D7; }

 p { color: rgb(187,233,215); }

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

background-color css

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

 a { background-color: rgb(187,233,215); }

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

border-color css

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

 span { border-color: rgb(187,233,215); }

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