Html Css Color HEX #BBE7D0 Aero Blue

📋 copy color: '#BBE7D0'

red 187 ◦ green 231 ◦ blue 208

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

Shades of Aero Blue #BBE7D0

Tints of Aero Blue #BBE7D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.23%

R = 29.87%
G = 36.9%
B = 33.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#BBE7D0 (or 0xBBE7D0) is known color: Aero Blue. HEX triplet: BB, E7 and D0. RGB value is (187,231,208). Sum of RGB (Red+Green+Blue) = 187+231+208=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7D0 is #44182F. Grayscale: #D7D7D7. Windows color (decimal): -4462640 or 13690811. OLE color: 13690811.

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

Color convert

RGB 187 231 208 -
CMYK 0.19 0 0.10 0.09
HSL 148.64º 0.48% 0.82% -
HSV(B) 148.64º 0.19% 0.91% -
XYZ 60.45 72.27 70.44 -
YUV 215.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 187 231 208 0.19 0 0.10 0.09 148.64 0.48 0.82
Hex BB E7 D0 13 0 A 9 95 30 52
Octal 273 347 320 23 0 12 11 225 60 122
Binary 10111011 11100111 11010000 10011 0 1010 1001 10010101 110000 1010010

Color Harmonies of #BBE7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE7D0

Black with #BBE7D0

Text Example


Text Example

White with #BBE7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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