Html Css Color HEX #BBEED2 Aero Blue

📋 copy color: '#BBEED2'

red 187 ◦ green 238 ◦ blue 210

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

Shades of Aero Blue #BBEED2

Tints of Aero Blue #BBEED2

RGB

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

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

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

R = 29.45%
G = 37.48%
B = 33.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BBEED2 (or 0xBBEED2) is known color: Aero Blue. HEX triplet: BB, EE and D2. RGB value is (187,238,210). Sum of RGB (Red+Green+Blue) = 187+238+210=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED2 is #44112D. Grayscale: #DBDBDB. Windows color (decimal): -4460846 or 13823675. OLE color: 13823675.

HSL color Cylindrical-coordinate representation of color #BBEED2: hue angle of 147.06º 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 #BBEED2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 210 -
CMYK 0.21 0 0.12 0.07
HSL 147.06º 0.6% 0.83% -
HSV(B) 147.06º 0.21% 0.93% -
XYZ 62.7 76.37 72.41 -
YUV 219.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 187 238 210 0.21 0 0.12 0.07 147.06 0.6 0.83
Hex BB EE D2 15 0 C 7 93 3C 53
Octal 273 356 322 25 0 14 7 223 74 123
Binary 10111011 11101110 11010010 10101 0 1100 111 10010011 111100 1010011

Color Harmonies of #BBEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEED2

Black with #BBEED2

Text Example


Text Example

White with #BBEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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