#BECEBD

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

Shades of Paris White #BECEBD

Tints of Paris White #BECEBD

Color information

#BECEBD (or 0xBECEBD) is unknown color: approx Paris White. HEX triplet: BE, CE and BD. RGB value is (190,206,189). Sum of RGB (Red+Green+Blue) = 190+206+189=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEBD is #413142. Grayscale: #C7C7C7. Windows color (decimal): -4272451 or 12439230. OLE color: 12439230.

HSL color Cylindrical-coordinate representation of color #BECEBD: hue angle of 116.47º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEBD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB190206189-
CMYK0.0800.080.19
HSL116.47º14.78%77.45%-
HSV(B)116.47º8.25%80.78%-
XYZ52.4958.7656.72-
YUV199.28122.2121.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=32.48%
G=35.21%
B=32.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061890.0800.080.19116.4714.7877.45
HexBECEBD8081374f4d
Octal276316275100102316417115
Binary10111110110011101011110110000100010011111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEBD; }

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

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

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

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

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

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

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

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