Html Css Color HEX #BBEDD8 Aero Blue

📋 copy color: '#BBEDD8'

red 187 ◦ green 237 ◦ blue 216

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

Shades of Aero Blue #BBEDD8

Tints of Aero Blue #BBEDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.75%

R = 29.22%
G = 37.03%
B = 33.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#BBEDD8 (or 0xBBEDD8) is known color: Aero Blue. HEX triplet: BB, ED and D8. RGB value is (187,237,216). Sum of RGB (Red+Green+Blue) = 187+237+216=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD8 is #441227. Grayscale: #DBDBDB. Windows color (decimal): -4461096 or 14216635. OLE color: 14216635.

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

Color convert

RGB 187 237 216 -
CMYK 0.21 0 0.09 0.07
HSL 154.8º 0.58% 0.83% -
HSV(B) 154.8º 0.21% 0.93% -
XYZ 63.17 76.09 76.32 -
YUV 219.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 187 237 216 0.21 0 0.09 0.07 154.8 0.58 0.83
Hex BB ED D8 15 0 9 7 9B 3A 53
Octal 273 355 330 25 0 11 7 233 72 123
Binary 10111011 11101101 11011000 10101 0 1001 111 10011011 111010 1010011

Color Harmonies of #BBEDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDD8

Black with #BBEDD8

Text Example


Text Example

White with #BBEDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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