Html Css Color HEX #BBEDD1 Aero Blue

📋 copy color: '#BBEDD1'

red 187 ◦ green 237 ◦ blue 209

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

Shades of Aero Blue #BBEDD1

Tints of Aero Blue #BBEDD1

RGB

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

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

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

R = 29.54%
G = 37.44%
B = 33.02%

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

#BBEDD1 (or 0xBBEDD1) is known color: Aero Blue. HEX triplet: BB, ED and D1. RGB value is (187,237,209). Sum of RGB (Red+Green+Blue) = 187+237+209=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD1 is #44122E. Grayscale: #DADADA. Windows color (decimal): -4461103 or 13757883. OLE color: 13757883.

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

Color convert

RGB 187 237 209 -
CMYK 0.21 0 0.12 0.07
HSL 146.4º 0.58% 0.83% -
HSV(B) 146.4º 0.21% 0.93% -
XYZ 62.29 75.74 71.66 -
YUV 218.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 187 237 209 0.21 0 0.12 0.07 146.4 0.58 0.83
Hex BB ED D1 15 0 C 7 92 3A 53
Octal 273 355 321 25 0 14 7 222 72 123
Binary 10111011 11101101 11010001 10101 0 1100 111 10010010 111010 1010011

Color Harmonies of #BBEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDD1

Black with #BBEDD1

Text Example


Text Example

White with #BBEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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