Html Css Color HEX #BBEAD5 Aero Blue

📋 copy color: '#BBEAD5'

red 187 ◦ green 234 ◦ blue 213

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

Shades of Aero Blue #BBEAD5

Tints of Aero Blue #BBEAD5

RGB

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

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

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

R = 29.5%
G = 36.91%
B = 33.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BBEAD5 (or 0xBBEAD5) is known color: Aero Blue. HEX triplet: BB, EA and D5. RGB value is (187,234,213). Sum of RGB (Red+Green+Blue) = 187+234+213=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD5 is #44152A. Grayscale: #D9D9D9. Windows color (decimal): -4461867 or 14019259. OLE color: 14019259.

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

Color convert

RGB 187 234 213 -
CMYK 0.20 0 0.09 0.08
HSL 153.19º 0.53% 0.83% -
HSV(B) 153.19º 0.2% 0.92% -
XYZ 61.93 74.21 74.01 -
YUV 217.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 187 234 213 0.20 0 0.09 0.08 153.19 0.53 0.83
Hex BB EA D5 14 0 9 8 99 35 53
Octal 273 352 325 24 0 11 10 231 65 123
Binary 10111011 11101010 11010101 10100 0 1001 1000 10011001 110101 1010011

Color Harmonies of #BBEAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD5

Black with #BBEAD5

Text Example


Text Example

White with #BBEAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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