#BED0C0

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

Shades of Paris White #BED0C0

Tints of Paris White #BED0C0

Color information

#BED0C0 (or 0xBED0C0) is unknown color: approx Paris White. HEX triplet: BE, D0 and C0. RGB value is (190,208,192). Sum of RGB (Red+Green+Blue) = 190+208+192=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0C0 is #412F3F. Grayscale: #C8C8C8. Windows color (decimal): -4271936 or 12636350. OLE color: 12636350.

HSL color Cylindrical-coordinate representation of color #BED0C0: hue angle of 126.67º degrees, saturation: 0.16, 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 #BED0C0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB190208192-
CMYK0.0900.080.18
HSL126.67º16.07%78.04%-
HSV(B)126.67º8.65%81.57%-
XYZ53.3159.8658.61-
YUV200.79123.04120.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 208 (81.64% from 255) = 35.25%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=32.20%
G=35.25%
B=32.54%

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
Decimal1902081920.0900.080.18126.6716.0778.04
HexBED0C0908127f104e
Octal276320300110102217720116
Binary101111101101000011000000100101000100101111111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0C0; }

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

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

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

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

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

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

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

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