Html Css Color HEX #BDB9AF Cotton Seed

📋 copy color: '#BDB9AF'

red 189 ◦ green 185 ◦ blue 175

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

Shades of Cotton Seed #BDB9AF

Tints of Cotton Seed #BDB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.7%

 BLUE value IS 175 (68.75% from 255) = 31.88%

R = 34.43%
G = 33.7%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BDB9AF (or 0xBDB9AF) is known color: Cotton Seed. HEX triplet: BD, B9 and AF. RGB value is (189,185,175). Sum of RGB (Red+Green+Blue) = 189+185+175=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AF is #424650. Grayscale: #B9B9B9. Windows color (decimal): -4343377 or 11516349. OLE color: 11516349.

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

Color convert

RGB 189 185 175 -
CMYK 0 0.02 0.07 0.26
HSL 42.86º 0.1% 0.71% -
HSV(B) 42.86º 0.07% 0.74% -
XYZ 46.07 48.61 47.51 -
YUV 185.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 189 185 175 0 0.02 0.07 0.26 42.86 0.1 0.71
Hex BD B9 AF 0 2 7 1A 2B A 47
Octal 275 271 257 0 2 7 32 53 12 107
Binary 10111101 10111001 10101111 0 10 111 11010 101011 1010 1000111

Color Harmonies of #BDB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9AF

Black with #BDB9AF

Text Example


Text Example

White with #BDB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9AF; }

 p { color: rgb(189,185,175); }

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

background-color css

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

 a { background-color: rgb(189,185,175); }

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

border-color css

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

 span { border-color: rgb(189,185,175); }

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