Html Css Color HEX #BBEDD0 Aero Blue

📋 copy color: '#BBEDD0'

red 187 ◦ green 237 ◦ blue 208

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

Shades of Aero Blue #BBEDD0

Tints of Aero Blue #BBEDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.91%

R = 29.59%
G = 37.5%
B = 32.91%

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

#BBEDD0 (or 0xBBEDD0) is known color: Aero Blue. HEX triplet: BB, ED and D0. RGB value is (187,237,208). Sum of RGB (Red+Green+Blue) = 187+237+208=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD0 is #44122F. Grayscale: #DADADA. Windows color (decimal): -4461104 or 13692347. OLE color: 13692347.

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

Color convert

RGB 187 237 208 -
CMYK 0.21 0 0.12 0.07
HSL 145.2º 0.58% 0.83% -
HSV(B) 145.2º 0.21% 0.93% -
XYZ 62.16 75.69 71.01 -
YUV 218.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 187 237 208 0.21 0 0.12 0.07 145.2 0.58 0.83
Hex BB ED D0 15 0 C 7 91 3A 53
Octal 273 355 320 25 0 14 7 221 72 123
Binary 10111011 11101101 11010000 10101 0 1100 111 10010001 111010 1010011

Color Harmonies of #BBEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDD0

Black with #BBEDD0

Text Example


Text Example

White with #BBEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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