Html Css Color HEX #BED2BE Paris White

📋 copy color: '#BED2BE'

red 190 ◦ green 210 ◦ blue 190

#BED2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris White #BED2BE

Tints of Paris White #BED2BE

RGB

 RED value IS 190 (74.61% from 255) = 32.2%

 GREEN value IS 210 (82.42% from 255) = 35.59%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 32.2%
G = 35.59%
B = 32.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#BED2BE (or 0xBED2BE) is known color: Paris White. HEX triplet: BE, D2 and BE. RGB value is (190,210,190). Sum of RGB (Red+Green+Blue) = 190+210+190=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2BE is #412D41. Grayscale: #C9C9C9. Windows color (decimal): -4271426 or 12505790. OLE color: 12505790.

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

Color convert

RGB 190 210 190 -
CMYK 0.10 0 0.10 0.18
HSL 120º 0.18% 0.78% -
HSV(B) 120º 0.1% 0.82% -
XYZ 53.58 60.76 57.62 -
YUV 201.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 190 210 190 0.10 0 0.10 0.18 120 0.18 0.78
Hex BE D2 BE A 0 A 12 78 12 4E
Octal 276 322 276 12 0 12 22 170 22 116
Binary 10111110 11010010 10111110 1010 0 1010 10010 1111000 10010 1001110

Color Harmonies of #BED2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2BE

Black with #BED2BE

Text Example


Text Example

White with #BED2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2BE; }

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

 H1.HeaderClassName
 {
   color: #BED2BE;
 }
 .AnyTagClassName
 {
   color: #BED2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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