Html Css Color HEX #BDBBB6 Cotton Seed

📋 copy color: '#BDBBB6'

red 189 ◦ green 187 ◦ blue 182

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

Shades of Cotton Seed #BDBBB6

Tints of Cotton Seed #BDBBB6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

 BLUE value IS 182 (71.48% from 255) = 32.62%

R = 33.87%
G = 33.51%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDBBB6 (or 0xBDBBB6) is known color: Cotton Seed. HEX triplet: BD, BB and B6. RGB value is (189,187,182). Sum of RGB (Red+Green+Blue) = 189+187+182=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB6 is #424449. Grayscale: #BBBBBB. Windows color (decimal): -4342858 or 11975613. OLE color: 11975613.

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

Color convert

RGB 189 187 182 -
CMYK 0 0.01 0.04 0.26
HSL 42.86º 0.05% 0.73% -
HSV(B) 42.86º 0.04% 0.74% -
XYZ 47.2 49.74 51.37 -
YUV 187.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 189 187 182 0 0.01 0.04 0.26 42.86 0.05 0.73
Hex BD BB B6 0 1 4 1A 2B 5 49
Octal 275 273 266 0 1 4 32 53 5 111
Binary 10111101 10111011 10110110 0 1 100 11010 101011 101 1001001

Color Harmonies of #BDBBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBB6

Black with #BDBBB6

Text Example


Text Example

White with #BDBBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBB6; }

 p { color: rgb(189,187,182); }

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

background-color css

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

 a { background-color: rgb(189,187,182); }

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

border-color css

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

 span { border-color: rgb(189,187,182); }

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