Html Css Color HEX #BBECD8 Aero Blue

📋 copy color: '#BBECD8'

red 187 ◦ green 236 ◦ blue 216

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

Shades of Aero Blue #BBECD8

Tints of Aero Blue #BBECD8

RGB

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

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

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

R = 29.26%
G = 36.93%
B = 33.8%

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

#BBECD8 (or 0xBBECD8) is known color: Aero Blue. HEX triplet: BB, EC and D8. RGB value is (187,236,216). Sum of RGB (Red+Green+Blue) = 187+236+216=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD8 is #441327. Grayscale: #DBDBDB. Windows color (decimal): -4461352 or 14216379. OLE color: 14216379.

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

Color convert

RGB 187 236 216 -
CMYK 0.21 0 0.08 0.07
HSL 155.51º 0.56% 0.83% -
HSV(B) 155.51º 0.21% 0.93% -
XYZ 62.88 75.51 76.23 -
YUV 219.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 187 236 216 0.21 0 0.08 0.07 155.51 0.56 0.83
Hex BB EC D8 15 0 8 7 9C 38 53
Octal 273 354 330 25 0 10 7 234 70 123
Binary 10111011 11101100 11011000 10101 0 1000 111 10011100 111000 1010011

Color Harmonies of #BBECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECD8

Black with #BBECD8

Text Example


Text Example

White with #BBECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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