#BECBBD

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

Shades of Paris White #BECBBD

Tints of Paris White #BECBBD

Color information

#BECBBD (or 0xBECBBD) is unknown color: approx Paris White. HEX triplet: BE, CB and BD. RGB value is (190,203,189). Sum of RGB (Red+Green+Blue) = 190+203+189=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBD is #413442. Grayscale: #C5C5C5. Windows color (decimal): -4273219 or 12438462. OLE color: 12438462.

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

Color convert

RGB190203189-
CMYK0.0600.070.20
HSL115.71º11.86%76.86%-
HSV(B)115.71º6.9%79.61%-
XYZ51.7857.3356.48-
YUV197.52123.19122.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=32.65%
G=34.88%
B=32.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031890.0600.070.20115.7111.8676.86
HexBECBBD6071474c4d
Octal2763132756072416414115
Binary101111101100101110111101110011110100111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBBD; }

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

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

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

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

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

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

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

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