Html Css Color HEX #BBAEA5 Silk

📋 copy color: '#BBAEA5'

red 187 ◦ green 174 ◦ blue 165

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

Shades of Silk #BBAEA5

Tints of Silk #BBAEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.37%

R = 35.55%
G = 33.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBAEA5 (or 0xBBAEA5) is known color: Silk. HEX triplet: BB, AE and A5. RGB value is (187,174,165). Sum of RGB (Red+Green+Blue) = 187+174+165=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA5 is #44515A. Grayscale: #B0B0B0. Windows color (decimal): -4477275 or 10858171. OLE color: 10858171.

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

Color convert

RGB 187 174 165 -
CMYK 0 0.07 0.12 0.27
HSL 24.55º 0.14% 0.69% -
HSV(B) 24.55º 0.12% 0.73% -
XYZ 42.42 43.55 41.77 -
YUV 176.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 187 174 165 0 0.07 0.12 0.27 24.55 0.14 0.69
Hex BB AE A5 0 7 C 1B 19 E 45
Octal 273 256 245 0 7 14 33 31 16 105
Binary 10111011 10101110 10100101 0 111 1100 11011 11001 1110 1000101

Color Harmonies of #BBAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEA5

Black with #BBAEA5

Text Example


Text Example

White with #BBAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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