Html Css Color HEX #BBAE9E Silk

📋 copy color: '#BBAE9E'

red 187 ◦ green 174 ◦ blue 158

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

Shades of Silk #BBAE9E

Tints of Silk #BBAE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.53%

 BLUE value IS 158 (62.11% from 255) = 30.44%

R = 36.03%
G = 33.53%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBAE9E (or 0xBBAE9E) is known color: Silk. HEX triplet: BB, AE and 9E. RGB value is (187,174,158). Sum of RGB (Red+Green+Blue) = 187+174+158=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9E is #445161. Grayscale: #B0B0B0. Windows color (decimal): -4477282 or 10399419. OLE color: 10399419.

HSL color Cylindrical-coordinate representation of color #BBAE9E: hue angle of 33.1º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAE9E is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 158 -
CMYK 0 0.07 0.16 0.27
HSL 33.1º 0.18% 0.68% -
HSV(B) 33.1º 0.16% 0.73% -
XYZ 41.8 43.31 38.5 -
YUV 176.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 187 174 158 0 0.07 0.16 0.27 33.1 0.18 0.68
Hex BB AE 9E 0 7 10 1B 21 12 44
Octal 273 256 236 0 7 20 33 41 22 104
Binary 10111011 10101110 10011110 0 111 10000 11011 100001 10010 1000100

Color Harmonies of #BBAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE9E

Black with #BBAE9E

Text Example


Text Example

White with #BBAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE9E; }

 p { color: rgb(187,174,158); }

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

background-color css

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

 a { background-color: rgb(187,174,158); }

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

border-color css

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

 span { border-color: rgb(187,174,158); }

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