Html Css Color HEX #BBADA4 Silk

📋 copy color: '#BBADA4'

red 187 ◦ green 173 ◦ blue 164

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

Shades of Silk #BBADA4

Tints of Silk #BBADA4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

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

R = 35.69%
G = 33.02%
B = 31.3%

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

#BBADA4 (or 0xBBADA4) is known color: Silk. HEX triplet: BB, AD and A4. RGB value is (187,173,164). Sum of RGB (Red+Green+Blue) = 187+173+164=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADA4 is #44525B. Grayscale: #B0B0B0. Windows color (decimal): -4477532 or 10792379. OLE color: 10792379.

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

Color convert

RGB 187 173 164 -
CMYK 0 0.07 0.12 0.27
HSL 23.48º 0.14% 0.69% -
HSV(B) 23.48º 0.12% 0.73% -
XYZ 42.14 43.13 41.23 -
YUV 176.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 187 173 164 0 0.07 0.12 0.27 23.48 0.14 0.69
Hex BB AD A4 0 7 C 1B 17 E 45
Octal 273 255 244 0 7 14 33 27 16 105
Binary 10111011 10101101 10100100 0 111 1100 11011 10111 1110 1000101

Color Harmonies of #BBADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADA4

Black with #BBADA4

Text Example


Text Example

White with #BBADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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