#BEBBB3

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

Shades of Cotton Seed #BEBBB3

Tints of Cotton Seed #BEBBB3

Color information

#BEBBB3 (or 0xBEBBB3) is unknown color: approx Cotton Seed. HEX triplet: BE, BB and B3. RGB value is (190,187,179). Sum of RGB (Red+Green+Blue) = 190+187+179=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB3 is #41444C. Grayscale: #BBBBBB. Windows color (decimal): -4277325 or 11779006. OLE color: 11779006.

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

Color convert

RGB190187179-
CMYK00.020.060.25
HSL43.64º7.8%72.35%-
HSV(B)43.64º5.79%74.51%-
XYZ47.1449.7449.76-
YUV186.98123.49130.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=34.17%
G=33.63%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018717900.020.060.2543.647.872.35
HexBEBBB3026192c848
Octal276273263026315410110
Binary1011111010111011101100110101101100110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBB3; }

 p { color: rgb(190,187,179); }

 H1.HeaderClassName
 {
   color: #BEBBB3;
 }
 .AnyTagClassName
 {
   color: #BEBBB3;
 }
</style>
background-color css

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

 a { background-color: rgb(190,187,179); }

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

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

 span { border-color: rgb(190,187,179); }

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