Html Css Color HEX #BBEDD6 Aero Blue

📋 copy color: '#BBEDD6'

red 187 ◦ green 237 ◦ blue 214

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

Shades of Aero Blue #BBEDD6

Tints of Aero Blue #BBEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 29.31%
G = 37.15%
B = 33.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BBEDD6 (or 0xBBEDD6) is known color: Aero Blue. HEX triplet: BB, ED and D6. RGB value is (187,237,214). Sum of RGB (Red+Green+Blue) = 187+237+214=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD6 is #441229. Grayscale: #DBDBDB. Windows color (decimal): -4461098 or 14085563. OLE color: 14085563.

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

Color convert

RGB 187 237 214 -
CMYK 0.21 0 0.10 0.07
HSL 152.4º 0.58% 0.83% -
HSV(B) 152.4º 0.21% 0.93% -
XYZ 62.92 75.99 74.97 -
YUV 219.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 187 237 214 0.21 0 0.10 0.07 152.4 0.58 0.83
Hex BB ED D6 15 0 A 7 98 3A 53
Octal 273 355 326 25 0 12 7 230 72 123
Binary 10111011 11101101 11010110 10101 0 1010 111 10011000 111010 1010011

Color Harmonies of #BBEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDD6

Black with #BBEDD6

Text Example


Text Example

White with #BBEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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