Html Css Color HEX #BBAEA3 Silk

📋 copy color: '#BBAEA3'

red 187 ◦ green 174 ◦ blue 163

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

Shades of Silk #BBAEA3

Tints of Silk #BBAEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.11%

R = 35.69%
G = 33.21%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BBAEA3 (or 0xBBAEA3) is known color: Silk. HEX triplet: BB, AE and A3. RGB value is (187,174,163). Sum of RGB (Red+Green+Blue) = 187+174+163=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA3 is #44515C. Grayscale: #B0B0B0. Windows color (decimal): -4477277 or 10727099. OLE color: 10727099.

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

Color convert

RGB 187 174 163 -
CMYK 0 0.07 0.13 0.27
HSL 27.5º 0.15% 0.69% -
HSV(B) 27.5º 0.13% 0.73% -
XYZ 42.24 43.48 40.82 -
YUV 176.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 187 174 163 0 0.07 0.13 0.27 27.5 0.15 0.69
Hex BB AE A3 0 7 D 1B 1C F 45
Octal 273 256 243 0 7 15 33 34 17 105
Binary 10111011 10101110 10100011 0 111 1101 11011 11100 1111 1000101

Color Harmonies of #BBAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEA3

Black with #BBAEA3

Text Example


Text Example

White with #BBAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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