Html Css Color HEX #BED1BF Paris White

📋 copy color: '#BED1BF'

red 190 ◦ green 209 ◦ blue 191

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

Shades of Paris White #BED1BF

Tints of Paris White #BED1BF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.42%

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

R = 32.2%
G = 35.42%
B = 32.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BED1BF (or 0xBED1BF) is known color: 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

RGB 190 209 191 -
CMYK 0.09 0 0.09 0.18
HSL 123.16º 0.17% 0.78% -
HSV(B) 123.16º 0.09% 0.82% -
XYZ 53.44 60.31 58.11 -
YUV 201.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 190 209 191 0.09 0 0.09 0.18 123.16 0.17 0.78
Hex BE D1 BF 9 0 9 12 7B 11 4E
Octal 276 321 277 11 0 11 22 173 21 116
Binary 10111110 11010001 10111111 1001 0 1001 10010 1111011 10001 1001110

Color Harmonies of #BED1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1BF

Black with #BED1BF

Text Example


Text Example

White with #BED1BF

Text Example


Text Example

HTML Codes & Css Web 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>