Html Css Color HEX #BBEAD4 Aero Blue

📋 copy color: '#BBEAD4'

red 187 ◦ green 234 ◦ blue 212

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

Shades of Aero Blue #BBEAD4

Tints of Aero Blue #BBEAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 29.54%
G = 36.97%
B = 33.49%

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

#BBEAD4 (or 0xBBEAD4) is known color: Aero Blue. HEX triplet: BB, EA and D4. RGB value is (187,234,212). Sum of RGB (Red+Green+Blue) = 187+234+212=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD4 is #44152B. Grayscale: #D9D9D9. Windows color (decimal): -4461868 or 13953723. OLE color: 13953723.

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

Color convert

RGB 187 234 212 -
CMYK 0.20 0 0.09 0.08
HSL 151.91º 0.53% 0.83% -
HSV(B) 151.91º 0.2% 0.92% -
XYZ 61.8 74.16 73.35 -
YUV 217.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 187 234 212 0.20 0 0.09 0.08 151.91 0.53 0.83
Hex BB EA D4 14 0 9 8 98 35 53
Octal 273 352 324 24 0 11 10 230 65 123
Binary 10111011 11101010 11010100 10100 0 1001 1000 10011000 110101 1010011

Color Harmonies of #BBEAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD4

Black with #BBEAD4

Text Example


Text Example

White with #BBEAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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