#BEBAB0

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

Shades of Cotton Seed #BEBAB0

Tints of Cotton Seed #BEBAB0

Color information

#BEBAB0 (or 0xBEBAB0) is unknown color: approx Cotton Seed. HEX triplet: BE, BA and B0. RGB value is (190,186,176). Sum of RGB (Red+Green+Blue) = 190+186+176=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBAB0 is #41454F. Grayscale: #BABABA. Windows color (decimal): -4277584 or 11582142. OLE color: 11582142.

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

Color convert

RGB190186176-
CMYK00.020.070.25
HSL42.86º9.72%71.76%-
HSV(B)42.86º7.37%74.51%-
XYZ46.6349.248.11-
YUV186.06122.33130.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=34.42%
G=33.70%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018617600.020.070.2542.869.7271.76
HexBEBAB0027192ba48
Octal276272260027315312110
Binary1011111010111010101100000101111100110101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAB0; }

 p { color: rgb(190,186,176); }

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

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

 a { background-color: rgb(190,186,176); }

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

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

 span { border-color: rgb(190,186,176); }

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