Html Css Color HEX #BBEAD8 Aero Blue

📋 copy color: '#BBEAD8'

red 187 ◦ green 234 ◦ blue 216

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

Shades of Aero Blue #BBEAD8

Tints of Aero Blue #BBEAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.91%

R = 29.36%
G = 36.73%
B = 33.91%

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

#BBEAD8 (or 0xBBEAD8) is known color: Aero Blue. HEX triplet: BB, EA and D8. RGB value is (187,234,216). Sum of RGB (Red+Green+Blue) = 187+234+216=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD8 is #441527. Grayscale: #D9D9D9. Windows color (decimal): -4461864 or 14215867. OLE color: 14215867.

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

Color convert

RGB 187 234 216 -
CMYK 0.20 0 0.08 0.08
HSL 157.02º 0.53% 0.83% -
HSV(B) 157.02º 0.2% 0.92% -
XYZ 62.31 74.37 76.04 -
YUV 217.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 187 234 216 0.20 0 0.08 0.08 157.02 0.53 0.83
Hex BB EA D8 14 0 8 8 9D 35 53
Octal 273 352 330 24 0 10 10 235 65 123
Binary 10111011 11101010 11011000 10100 0 1000 1000 10011101 110101 1010011

Color Harmonies of #BBEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD8

Black with #BBEAD8

Text Example


Text Example

White with #BBEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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