Html Css Color HEX #BBE9D5 Aero Blue

📋 copy color: '#BBE9D5'

red 187 ◦ green 233 ◦ blue 213

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

Shades of Aero Blue #BBE9D5

Tints of Aero Blue #BBE9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 29.54%
G = 36.81%
B = 33.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BBE9D5 (or 0xBBE9D5) is known color: Aero Blue. HEX triplet: BB, E9 and D5. RGB value is (187,233,213). Sum of RGB (Red+Green+Blue) = 187+233+213=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9D5 is #44162A. Grayscale: #D9D9D9. Windows color (decimal): -4462123 or 14019003. OLE color: 14019003.

HSL color Cylindrical-coordinate representation of color #BBE9D5: hue angle of 153.91º 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 #BBE9D5 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 213 -
CMYK 0.20 0 0.09 0.09
HSL 153.91º 0.51% 0.82% -
HSV(B) 153.91º 0.2% 0.91% -
XYZ 61.64 73.65 73.92 -
YUV 216.97 125.76 106.63 -
System Red Green Blue C M Y K H S L
Decimal 187 233 213 0.20 0 0.09 0.09 153.91 0.51 0.82
Hex BB E9 D5 14 0 9 9 9A 33 52
Octal 273 351 325 24 0 11 11 232 63 122
Binary 10111011 11101001 11010101 10100 0 1001 1001 10011010 110011 1010010

Color Harmonies of #BBE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9D5

Black with #BBE9D5

Text Example


Text Example

White with #BBE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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