Html Css Color HEX #BBEAD2 Aero Blue

📋 copy color: '#BBEAD2'

red 187 ◦ green 234 ◦ blue 210

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

Shades of Aero Blue #BBEAD2

Tints of Aero Blue #BBEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 29.64%
G = 37.08%
B = 33.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BBEAD2 (or 0xBBEAD2) is known color: Aero Blue. HEX triplet: BB, EA and D2. RGB value is (187,234,210). Sum of RGB (Red+Green+Blue) = 187+234+210=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD2 is #44152D. Grayscale: #D9D9D9. Windows color (decimal): -4461870 or 13822651. OLE color: 13822651.

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

Color convert

RGB 187 234 210 -
CMYK 0.20 0 0.10 0.08
HSL 149.36º 0.53% 0.83% -
HSV(B) 149.36º 0.2% 0.92% -
XYZ 61.55 74.06 72.02 -
YUV 217.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 187 234 210 0.20 0 0.10 0.08 149.36 0.53 0.83
Hex BB EA D2 14 0 A 8 95 35 53
Octal 273 352 322 24 0 12 10 225 65 123
Binary 10111011 11101010 11010010 10100 0 1010 1000 10010101 110101 1010011

Color Harmonies of #BBEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD2

Black with #BBEAD2

Text Example


Text Example

White with #BBEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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