Html Css Color HEX #BDB8AE Cotton Seed

📋 copy color: '#BDB8AE'

red 189 ◦ green 184 ◦ blue 174

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

Shades of Cotton Seed #BDB8AE

Tints of Cotton Seed #BDB8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

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

R = 34.55%
G = 33.64%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BDB8AE (or 0xBDB8AE) is known color: Cotton Seed. HEX triplet: BD, B8 and AE. RGB value is (189,184,174). Sum of RGB (Red+Green+Blue) = 189+184+174=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AE is #424751. Grayscale: #B8B8B8. Windows color (decimal): -4343634 or 11450557. OLE color: 11450557.

HSL color Cylindrical-coordinate representation of color #BDB8AE: hue angle of 40º 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 #BDB8AE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 174 -
CMYK 0 0.03 0.08 0.26
HSL 40º 0.1% 0.71% -
HSV(B) 40º 0.08% 0.74% -
XYZ 45.77 48.16 46.93 -
YUV 184.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 189 184 174 0 0.03 0.08 0.26 40 0.1 0.71
Hex BD B8 AE 0 3 8 1A 28 A 47
Octal 275 270 256 0 3 10 32 50 12 107
Binary 10111101 10111000 10101110 0 11 1000 11010 101000 1010 1000111

Color Harmonies of #BDB8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8AE

Black with #BDB8AE

Text Example


Text Example

White with #BDB8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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