#BED2BF

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

Shades of Paris White #BED2BF

Tints of Paris White #BED2BF

Color information

#BED2BF (or 0xBED2BF) is unknown color: approx Paris White. HEX triplet: BE, D2 and BF. RGB value is (190,210,191). Sum of RGB (Red+Green+Blue) = 190+210+191=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2BF is #412D40. Grayscale: #C9C9C9. Windows color (decimal): -4271425 or 12571326. OLE color: 12571326.

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

Color convert

RGB190210191-
CMYK0.1000.090.18
HSL123º18.18%78.43%-
HSV(B)123º9.52%82.35%-
XYZ53.6960.858.2-
YUV201.85121.87119.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 191 (75% from 255) = 32.32%
R=32.15%
G=35.53%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101910.1000.090.1812318.1878.43
HexBED2BFA09127b124e
Octal276322277120112217322116
Binary101111101101001010111111101001001100101111011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2BF; }

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

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

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

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

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

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

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

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