Html Css Color HEX #BBECD9 Aero Blue

📋 copy color: '#BBECD9'

red 187 ◦ green 236 ◦ blue 217

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

Shades of Aero Blue #BBECD9

Tints of Aero Blue #BBECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.88%

 BLUE value IS 217 (85.16% from 255) = 33.91%

R = 29.22%
G = 36.88%
B = 33.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BBECD9 (or 0xBBECD9) is known color: Aero Blue. HEX triplet: BB, EC and D9. RGB value is (187,236,217). Sum of RGB (Red+Green+Blue) = 187+236+217=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD9 is #441326. Grayscale: #DBDBDB. Windows color (decimal): -4461351 or 14281915. OLE color: 14281915.

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

Color convert

RGB 187 236 217 -
CMYK 0.21 0 0.08 0.07
HSL 156.73º 0.56% 0.83% -
HSV(B) 156.73º 0.21% 0.93% -
XYZ 63.01 75.57 76.91 -
YUV 219.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 187 236 217 0.21 0 0.08 0.07 156.73 0.56 0.83
Hex BB EC D9 15 0 8 7 9D 38 53
Octal 273 354 331 25 0 10 7 235 70 123
Binary 10111011 11101100 11011001 10101 0 1000 111 10011101 111000 1010011

Color Harmonies of #BBECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECD9

Black with #BBECD9

Text Example


Text Example

White with #BBECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECD9; }

 p { color: rgb(187,236,217); }

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

background-color css

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

 a { background-color: rgb(187,236,217); }

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

border-color css

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

 span { border-color: rgb(187,236,217); }

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