Html Css Color HEX #BBEED3 Aero Blue

📋 copy color: '#BBEED3'

red 187 ◦ green 238 ◦ blue 211

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

Shades of Aero Blue #BBEED3

Tints of Aero Blue #BBEED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.42%

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

R = 29.4%
G = 37.42%
B = 33.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BBEED3 (or 0xBBEED3) is known color: Aero Blue. HEX triplet: BB, EE and D3. RGB value is (187,238,211). Sum of RGB (Red+Green+Blue) = 187+238+211=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED3 is #44112C. Grayscale: #DBDBDB. Windows color (decimal): -4460845 or 13889211. OLE color: 13889211.

HSL color Cylindrical-coordinate representation of color #BBEED3: hue angle of 148.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEED3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 211 -
CMYK 0.21 0 0.11 0.07
HSL 148.24º 0.6% 0.83% -
HSV(B) 148.24º 0.21% 0.93% -
XYZ 62.83 76.42 73.07 -
YUV 219.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 187 238 211 0.21 0 0.11 0.07 148.24 0.6 0.83
Hex BB EE D3 15 0 B 7 94 3C 53
Octal 273 356 323 25 0 13 7 224 74 123
Binary 10111011 11101110 11010011 10101 0 1011 111 10010100 111100 1010011

Color Harmonies of #BBEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEED3

Black with #BBEED3

Text Example


Text Example

White with #BBEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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