Html Css Color HEX #BBEDD3 Aero Blue

📋 copy color: '#BBEDD3'

red 187 ◦ green 237 ◦ blue 211

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

Shades of Aero Blue #BBEDD3

Tints of Aero Blue #BBEDD3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

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

R = 29.45%
G = 37.32%
B = 33.23%

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

#BBEDD3 (or 0xBBEDD3) is known color: Aero Blue. HEX triplet: BB, ED and D3. RGB value is (187,237,211). Sum of RGB (Red+Green+Blue) = 187+237+211=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD3 is #44122C. Grayscale: #DBDBDB. Windows color (decimal): -4461101 or 13888955. OLE color: 13888955.

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

Color convert

RGB 187 237 211 -
CMYK 0.21 0 0.11 0.07
HSL 148.8º 0.58% 0.83% -
HSV(B) 148.8º 0.21% 0.93% -
XYZ 62.54 75.84 72.97 -
YUV 219.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 187 237 211 0.21 0 0.11 0.07 148.8 0.58 0.83
Hex BB ED D3 15 0 B 7 95 3A 53
Octal 273 355 323 25 0 13 7 225 72 123
Binary 10111011 11101101 11010011 10101 0 1011 111 10010101 111010 1010011

Color Harmonies of #BBEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDD3

Black with #BBEDD3

Text Example


Text Example

White with #BBEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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