Html Css Color HEX #BBEED1 Aero Blue

📋 copy color: '#BBEED1'

red 187 ◦ green 238 ◦ blue 209

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

Shades of Aero Blue #BBEED1

Tints of Aero Blue #BBEED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.97%

R = 29.5%
G = 37.54%
B = 32.97%

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

#BBEED1 (or 0xBBEED1) is known color: Aero Blue. HEX triplet: BB, EE and D1. RGB value is (187,238,209). Sum of RGB (Red+Green+Blue) = 187+238+209=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEED1 is #44112E. Grayscale: #DBDBDB. Windows color (decimal): -4460847 or 13758139. OLE color: 13758139.

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

Color convert

RGB 187 238 209 -
CMYK 0.21 0 0.12 0.07
HSL 145.88º 0.6% 0.83% -
HSV(B) 145.88º 0.21% 0.93% -
XYZ 62.58 76.32 71.75 -
YUV 219.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 187 238 209 0.21 0 0.12 0.07 145.88 0.6 0.83
Hex BB EE D1 15 0 C 7 92 3C 53
Octal 273 356 321 25 0 14 7 222 74 123
Binary 10111011 11101110 11010001 10101 0 1100 111 10010010 111100 1010011

Color Harmonies of #BBEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEED1

Black with #BBEED1

Text Example


Text Example

White with #BBEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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