Html Css Color HEX #BBAE9D Silk

📋 copy color: '#BBAE9D'

red 187 ◦ green 174 ◦ blue 157

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

Shades of Silk #BBAE9D

Tints of Silk #BBAE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.31%

R = 36.1%
G = 33.59%
B = 30.31%

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

#BBAE9D (or 0xBBAE9D) is known color: Silk. HEX triplet: BB, AE and 9D. RGB value is (187,174,157). Sum of RGB (Red+Green+Blue) = 187+174+157=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9D is #445162. Grayscale: #B0B0B0. Windows color (decimal): -4477283 or 10333883. OLE color: 10333883.

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

Color convert

RGB 187 174 157 -
CMYK 0 0.07 0.16 0.27
HSL 34º 0.18% 0.67% -
HSV(B) 34º 0.16% 0.73% -
XYZ 41.72 43.27 38.05 -
YUV 175.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 187 174 157 0 0.07 0.16 0.27 34 0.18 0.67
Hex BB AE 9D 0 7 10 1B 22 12 43
Octal 273 256 235 0 7 20 33 42 22 103
Binary 10111011 10101110 10011101 0 111 10000 11011 100010 10010 1000011

Color Harmonies of #BBAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE9D

Black with #BBAE9D

Text Example


Text Example

White with #BBAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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