Html Css Color HEX #BBEAD7 Aero Blue

📋 copy color: '#BBEAD7'

red 187 ◦ green 234 ◦ blue 215

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

Shades of Aero Blue #BBEAD7

Tints of Aero Blue #BBEAD7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.79%

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

R = 29.4%
G = 36.79%
B = 33.81%

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

#BBEAD7 (or 0xBBEAD7) is known color: Aero Blue. HEX triplet: BB, EA and D7. RGB value is (187,234,215). Sum of RGB (Red+Green+Blue) = 187+234+215=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD7 is #441528. Grayscale: #D9D9D9. Windows color (decimal): -4461865 or 14150331. OLE color: 14150331.

HSL color Cylindrical-coordinate representation of color #BBEAD7: hue angle of 155.74º degrees, saturation: 0.53, 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 #BBEAD7 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 215 -
CMYK 0.20 0 0.08 0.08
HSL 155.74º 0.53% 0.83% -
HSV(B) 155.74º 0.2% 0.92% -
XYZ 62.18 74.32 75.36 -
YUV 217.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 187 234 215 0.20 0 0.08 0.08 155.74 0.53 0.83
Hex BB EA D7 14 0 8 8 9C 35 53
Octal 273 352 327 24 0 10 10 234 65 123
Binary 10111011 11101010 11010111 10100 0 1000 1000 10011100 110101 1010011

Color Harmonies of #BBEAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD7

Black with #BBEAD7

Text Example


Text Example

White with #BBEAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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