#BED1C0

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

Shades of Paris White #BED1C0

Tints of Paris White #BED1C0

Color information

#BED1C0 (or 0xBED1C0) is unknown color: approx Paris White. HEX triplet: BE, D1 and C0. RGB value is (190,209,192). Sum of RGB (Red+Green+Blue) = 190+209+192=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1C0 is #412E3F. Grayscale: #C9C9C9. Windows color (decimal): -4271680 or 12636606. OLE color: 12636606.

HSL color Cylindrical-coordinate representation of color #BED1C0: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED1C0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB190209192-
CMYK0.0900.080.18
HSL126.32º17.12%78.24%-
HSV(B)126.32º9.09%81.96%-
XYZ53.5560.3558.7-
YUV201.38122.71119.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=32.15%
G=35.36%
B=32.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091920.0900.080.18126.3217.1278.24
HexBED1C0908127e114e
Octal276321300110102217621116
Binary101111101101000111000000100101000100101111110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1C0; }

 p { color: rgb(190,209,192); }

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

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

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

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

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

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

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