Html Css Color HEX #BBECD7 Aero Blue

📋 copy color: '#BBECD7'

red 187 ◦ green 236 ◦ blue 215

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

Shades of Aero Blue #BBECD7

Tints of Aero Blue #BBECD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.7%

R = 29.31%
G = 36.99%
B = 33.7%

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

#BBECD7 (or 0xBBECD7) is known color: Aero Blue. HEX triplet: BB, EC and D7. RGB value is (187,236,215). Sum of RGB (Red+Green+Blue) = 187+236+215=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD7 is #441328. Grayscale: #DADADA. Windows color (decimal): -4461353 or 14150843. OLE color: 14150843.

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

Color convert

RGB 187 236 215 -
CMYK 0.21 0 0.09 0.07
HSL 154.29º 0.56% 0.83% -
HSV(B) 154.29º 0.21% 0.93% -
XYZ 62.75 75.46 75.55 -
YUV 218.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 187 236 215 0.21 0 0.09 0.07 154.29 0.56 0.83
Hex BB EC D7 15 0 9 7 9A 38 53
Octal 273 354 327 25 0 11 7 232 70 123
Binary 10111011 11101100 11010111 10101 0 1001 111 10011010 111000 1010011

Color Harmonies of #BBECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECD7

Black with #BBECD7

Text Example


Text Example

White with #BBECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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