Html Css Color HEX #BBECCE Aero Blue

📋 copy color: '#BBECCE'

red 187 ◦ green 236 ◦ blue 206

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

Shades of Aero Blue #BBECCE

Tints of Aero Blue #BBECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 29.73%
G = 37.52%
B = 32.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BBECCE (or 0xBBECCE) is known color: Aero Blue. HEX triplet: BB, EC and CE. RGB value is (187,236,206). Sum of RGB (Red+Green+Blue) = 187+236+206=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECCE is #441331. Grayscale: #D9D9D9. Windows color (decimal): -4461362 or 13561019. OLE color: 13561019.

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

Color convert

RGB 187 236 206 -
CMYK 0.21 0 0.13 0.07
HSL 143.27º 0.56% 0.83% -
HSV(B) 143.27º 0.21% 0.93% -
XYZ 61.63 75.01 69.62 -
YUV 217.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 187 236 206 0.21 0 0.13 0.07 143.27 0.56 0.83
Hex BB EC CE 15 0 D 7 8F 38 53
Octal 273 354 316 25 0 15 7 217 70 123
Binary 10111011 11101100 11001110 10101 0 1101 111 10001111 111000 1010011

Color Harmonies of #BBECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECCE

Black with #BBECCE

Text Example


Text Example

White with #BBECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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