#BEBCB6

Color #BEBCB6 Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #BEBCB6

Tints of Cotton Seed #BEBCB6

Color information

#BEBCB6 (or 0xBEBCB6) is unknown color: approx 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

RGB190188182-
CMYK00.010.040.25
HSL45º5.8%72.94%-
HSV(B)45º4.21%74.51%-
XYZ47.6650.2951.45-
YUV187.91124.66129.49-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018818200.010.040.25455.872.94
HexBEBCB6014192d649
Octal27627426601431556111
Binary10111110101111001011011001100110011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>