Html Css Color HEX #BBAEA7 Silk

📋 copy color: '#BBAEA7'

red 187 ◦ green 174 ◦ blue 167

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

Shades of Silk #BBAEA7

Tints of Silk #BBAEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.63%

R = 35.42%
G = 32.95%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BBAEA7 (or 0xBBAEA7) is known color: Silk. HEX triplet: BB, AE and A7. RGB value is (187,174,167). Sum of RGB (Red+Green+Blue) = 187+174+167=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA7 is #445158. Grayscale: #B1B1B1. Windows color (decimal): -4477273 or 10989243. OLE color: 10989243.

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

Color convert

RGB 187 174 167 -
CMYK 0 0.07 0.11 0.27
HSL 21º 0.13% 0.69% -
HSV(B) 21º 0.11% 0.73% -
XYZ 42.6 43.63 42.73 -
YUV 177.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 187 174 167 0 0.07 0.11 0.27 21 0.13 0.69
Hex BB AE A7 0 7 B 1B 15 D 45
Octal 273 256 247 0 7 13 33 25 15 105
Binary 10111011 10101110 10100111 0 111 1011 11011 10101 1101 1000101

Color Harmonies of #BBAEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEA7

Black with #BBAEA7

Text Example


Text Example

White with #BBAEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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