#BED1BF

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

Shades of Paris White #BED1BF

Tints of Paris White #BED1BF

Color information

#BED1BF (or 0xBED1BF) is unknown color: approx Paris White. HEX triplet: BE, D1 and BF. RGB value is (190,209,191). Sum of RGB (Red+Green+Blue) = 190+209+191=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1BF is #412E40. Grayscale: #C9C9C9. Windows color (decimal): -4271681 or 12571070. OLE color: 12571070.

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

Color convert

RGB190209191-
CMYK0.0900.090.18
HSL123.16º17.12%78.24%-
HSV(B)123.16º9.09%81.96%-
XYZ53.4460.3158.11-
YUV201.27122.21119.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 191 (75% from 255) = 32.37%
R=32.20%
G=35.42%
B=32.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091910.0900.090.18123.1617.1278.24
HexBED1BF909127b114e
Octal276321277110112217321116
Binary101111101101000110111111100101001100101111011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1BF; }

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

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

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

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

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

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

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

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