Html Css Color HEX #BBE7D7 Aero Blue

📋 copy color: '#BBE7D7'

red 187 ◦ green 231 ◦ blue 215

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

Shades of Aero Blue #BBE7D7

Tints of Aero Blue #BBE7D7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.49%

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

R = 29.54%
G = 36.49%
B = 33.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#BBE7D7 (or 0xBBE7D7) is known color: Aero Blue. HEX triplet: BB, E7 and D7. RGB value is (187,231,215). Sum of RGB (Red+Green+Blue) = 187+231+215=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7D7 is #441828. Grayscale: #D8D8D8. Windows color (decimal): -4462633 or 14149563. OLE color: 14149563.

HSL color Cylindrical-coordinate representation of color #BBE7D7: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7D7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 231 215 -
CMYK 0.19 0 0.07 0.09
HSL 158.18º 0.48% 0.82% -
HSV(B) 158.18º 0.19% 0.91% -
XYZ 61.34 72.62 75.07 -
YUV 216.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 187 231 215 0.19 0 0.07 0.09 158.18 0.48 0.82
Hex BB E7 D7 13 0 7 9 9E 30 52
Octal 273 347 327 23 0 7 11 236 60 122
Binary 10111011 11100111 11010111 10011 0 111 1001 10011110 110000 1010010

Color Harmonies of #BBE7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7D7

Black with #BBE7D7

Text Example


Text Example

White with #BBE7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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