Html Css Color HEX #BDB7AB Cotton Seed

📋 copy color: '#BDB7AB'

red 189 ◦ green 183 ◦ blue 171

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

Shades of Cotton Seed #BDB7AB

Tints of Cotton Seed #BDB7AB

RGB

 RED value IS 189 (74.22% from 255) = 34.81%

 GREEN value IS 183 (71.88% from 255) = 33.7%

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 34.81%
G = 33.7%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDB7AB (or 0xBDB7AB) is known color: Cotton Seed. HEX triplet: BD, B7 and AB. RGB value is (189,183,171). Sum of RGB (Red+Green+Blue) = 189+183+171=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AB is #424854. Grayscale: #B7B7B7. Windows color (decimal): -4343893 or 11253693. OLE color: 11253693.

HSL color Cylindrical-coordinate representation of color #BDB7AB: hue angle of 40º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB7AB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 171 -
CMYK 0 0.03 0.10 0.26
HSL 40º 0.12% 0.71% -
HSV(B) 40º 0.1% 0.74% -
XYZ 45.27 47.63 45.33 -
YUV 183.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 189 183 171 0 0.03 0.10 0.26 40 0.12 0.71
Hex BD B7 AB 0 3 A 1A 28 C 47
Octal 275 267 253 0 3 12 32 50 14 107
Binary 10111101 10110111 10101011 0 11 1010 11010 101000 1100 1000111

Color Harmonies of #BDB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7AB

Black with #BDB7AB

Text Example


Text Example

White with #BDB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7AB; }

 p { color: rgb(189,183,171); }

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

background-color css

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

 a { background-color: rgb(189,183,171); }

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

border-color css

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

 span { border-color: rgb(189,183,171); }

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