Html Css Color HEX #BBAEA4 Silk

📋 copy color: '#BBAEA4'

red 187 ◦ green 174 ◦ blue 164

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

Shades of Silk #BBAEA4

Tints of Silk #BBAEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.24%

R = 35.62%
G = 33.14%
B = 31.24%

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

#BBAEA4 (or 0xBBAEA4) is known color: Silk. HEX triplet: BB, AE and A4. RGB value is (187,174,164). Sum of RGB (Red+Green+Blue) = 187+174+164=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA4 is #44515B. Grayscale: #B0B0B0. Windows color (decimal): -4477276 or 10792635. OLE color: 10792635.

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

Color convert

RGB 187 174 164 -
CMYK 0 0.07 0.12 0.27
HSL 26.09º 0.14% 0.69% -
HSV(B) 26.09º 0.12% 0.73% -
XYZ 42.33 43.52 41.29 -
YUV 176.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 187 174 164 0 0.07 0.12 0.27 26.09 0.14 0.69
Hex BB AE A4 0 7 C 1B 1A E 45
Octal 273 256 244 0 7 14 33 32 16 105
Binary 10111011 10101110 10100100 0 111 1100 11011 11010 1110 1000101

Color Harmonies of #BBAEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEA4

Black with #BBAEA4

Text Example


Text Example

White with #BBAEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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