Html Css Color HEX #BDB9AE Cotton Seed

📋 copy color: '#BDB9AE'

red 189 ◦ green 185 ◦ blue 174

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

Shades of Cotton Seed #BDB9AE

Tints of Cotton Seed #BDB9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.75%

R = 34.49%
G = 33.76%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDB9AE (or 0xBDB9AE) is known color: Cotton Seed. HEX triplet: BD, B9 and AE. RGB value is (189,185,174). Sum of RGB (Red+Green+Blue) = 189+185+174=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AE is #424651. Grayscale: #B8B8B8. Windows color (decimal): -4343378 or 11450813. OLE color: 11450813.

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

Color convert

RGB 189 185 174 -
CMYK 0 0.02 0.08 0.26
HSL 44º 0.1% 0.71% -
HSV(B) 44º 0.08% 0.74% -
XYZ 45.98 48.57 47 -
YUV 184.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 189 185 174 0 0.02 0.08 0.26 44 0.1 0.71
Hex BD B9 AE 0 2 8 1A 2C A 47
Octal 275 271 256 0 2 10 32 54 12 107
Binary 10111101 10111001 10101110 0 10 1000 11010 101100 1010 1000111

Color Harmonies of #BDB9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9AE

Black with #BDB9AE

Text Example


Text Example

White with #BDB9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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