Html Css Color HEX #BDB9B0 Cotton Seed

📋 copy color: '#BDB9B0'

red 189 ◦ green 185 ◦ blue 176

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

Shades of Cotton Seed #BDB9B0

Tints of Cotton Seed #BDB9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32%

R = 34.36%
G = 33.64%
B = 32%

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

#BDB9B0 (or 0xBDB9B0) is known color: Cotton Seed. HEX triplet: BD, B9 and B0. RGB value is (189,185,176). Sum of RGB (Red+Green+Blue) = 189+185+176=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9B0 is #42464F. Grayscale: #B9B9B9. Windows color (decimal): -4343376 or 11581885. OLE color: 11581885.

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

Color convert

RGB 189 185 176 -
CMYK 0 0.02 0.07 0.26
HSL 41.54º 0.09% 0.72% -
HSV(B) 41.54º 0.07% 0.74% -
XYZ 46.17 48.65 48.03 -
YUV 185.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 189 185 176 0 0.02 0.07 0.26 41.54 0.09 0.72
Hex BD B9 B0 0 2 7 1A 2A 9 48
Octal 275 271 260 0 2 7 32 52 11 110
Binary 10111101 10111001 10110000 0 10 111 11010 101010 1001 1001000

Color Harmonies of #BDB9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9B0

Black with #BDB9B0

Text Example


Text Example

White with #BDB9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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