Html Css Color HEX #BBEAD3 Aero Blue

📋 copy color: '#BBEAD3'

red 187 ◦ green 234 ◦ blue 211

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

Shades of Aero Blue #BBEAD3

Tints of Aero Blue #BBEAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.39%

R = 29.59%
G = 37.03%
B = 33.39%

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

#BBEAD3 (or 0xBBEAD3) is known color: Aero Blue. HEX triplet: BB, EA and D3. RGB value is (187,234,211). Sum of RGB (Red+Green+Blue) = 187+234+211=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD3 is #44152C. Grayscale: #D9D9D9. Windows color (decimal): -4461869 or 13888187. OLE color: 13888187.

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

Color convert

RGB 187 234 211 -
CMYK 0.20 0 0.10 0.08
HSL 150.64º 0.53% 0.83% -
HSV(B) 150.64º 0.2% 0.92% -
XYZ 61.67 74.11 72.68 -
YUV 217.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 187 234 211 0.20 0 0.10 0.08 150.64 0.53 0.83
Hex BB EA D3 14 0 A 8 97 35 53
Octal 273 352 323 24 0 12 10 227 65 123
Binary 10111011 11101010 11010011 10100 0 1010 1000 10010111 110101 1010011

Color Harmonies of #BBEAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD3

Black with #BBEAD3

Text Example


Text Example

White with #BBEAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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