#BECBBE

Color #BECBBE Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BECBBE

Tints of Paris White #BECBBE

Color information

#BECBBE (or 0xBECBBE) is unknown color: approx Paris White. HEX triplet: BE, CB and BE. RGB value is (190,203,190). Sum of RGB (Red+Green+Blue) = 190+203+190=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBE is #413441. Grayscale: #C5C5C5. Windows color (decimal): -4273218 or 12503998. OLE color: 12503998.

HSL color Cylindrical-coordinate representation of color #BECBBE: hue angle of 120º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECBBE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB190203190-
CMYK0.0600.060.20
HSL120º11.11%77.06%-
HSV(B)120º6.4%79.61%-
XYZ51.8957.3857.06-
YUV197.63123.69122.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=32.59%
G=34.82%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031900.0600.060.2012011.1177.06
HexBECBBE6061478b4d
Octal2763132766062417013115
Binary101111101100101110111110110011010100111100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBBE; }

 p { color: rgb(190,203,190); }

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

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

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

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

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

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

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