Html Css Color HEX #BEBCB6 Cotton Seed

📋 copy color: '#BEBCB6'

red 190 ◦ green 188 ◦ blue 182

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

Shades of Cotton Seed #BEBCB6

Tints of Cotton Seed #BEBCB6

RGB

 RED value IS 190 (74.61% from 255) = 33.93%

 GREEN value IS 188 (73.83% from 255) = 33.57%

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

R = 33.93%
G = 33.57%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BEBCB6 (or 0xBEBCB6) is known color: Cotton Seed. HEX triplet: BE, BC and B6. RGB value is (190,188,182). Sum of RGB (Red+Green+Blue) = 190+188+182=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB6 is #414349. Grayscale: #BBBBBB. Windows color (decimal): -4277066 or 11975870. OLE color: 11975870.

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

Color convert

RGB 190 188 182 -
CMYK 0 0.01 0.04 0.25
HSL 45º 0.06% 0.73% -
HSV(B) 45º 0.04% 0.75% -
XYZ 47.66 50.29 51.45 -
YUV 187.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 190 188 182 0 0.01 0.04 0.25 45 0.06 0.73
Hex BE BC B6 0 1 4 19 2D 6 49
Octal 276 274 266 0 1 4 31 55 6 111
Binary 10111110 10111100 10110110 0 1 100 11001 101101 110 1001001

Color Harmonies of #BEBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCB6

Black with #BEBCB6

Text Example


Text Example

White with #BEBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCB6; }

 p { color: rgb(190,188,182); }

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

background-color css

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

 a { background-color: rgb(190,188,182); }

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

border-color css

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

 span { border-color: rgb(190,188,182); }

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