Html Css Color HEX #BED3BF Paris White

📋 copy color: '#BED3BF'

red 190 ◦ green 211 ◦ blue 191

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

Shades of Paris White #BED3BF

Tints of Paris White #BED3BF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.64%

 BLUE value IS 191 (75% from 255) = 32.26%

R = 32.09%
G = 35.64%
B = 32.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#BED3BF (or 0xBED3BF) is known color: Paris White. HEX triplet: BE, D3 and BF. RGB value is (190,211,191). Sum of RGB (Red+Green+Blue) = 190+211+191=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3BF is #412C40. Grayscale: #CACACA. Windows color (decimal): -4271169 or 12571582. OLE color: 12571582.

HSL color Cylindrical-coordinate representation of color #BED3BF: hue angle of 122.86º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3BF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 191 -
CMYK 0.10 0 0.09 0.17
HSL 122.86º 0.19% 0.79% -
HSV(B) 122.86º 0.1% 0.83% -
XYZ 53.93 61.3 58.28 -
YUV 202.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 190 211 191 0.10 0 0.09 0.17 122.86 0.19 0.79
Hex BE D3 BF A 0 9 11 7B 13 4F
Octal 276 323 277 12 0 11 21 173 23 117
Binary 10111110 11010011 10111111 1010 0 1001 10001 1111011 10011 1001111

Color Harmonies of #BED3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3BF

Black with #BED3BF

Text Example


Text Example

White with #BED3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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