Html Css Color HEX #BED0C1 Paris White

📋 copy color: '#BED0C1'

red 190 ◦ green 208 ◦ blue 193

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

Shades of Paris White #BED0C1

Tints of Paris White #BED0C1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.19%

 BLUE value IS 193 (75.78% from 255) = 32.66%

R = 32.15%
G = 35.19%
B = 32.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#BED0C1 (or 0xBED0C1) is known color: Paris White. HEX triplet: BE, D0 and C1. RGB value is (190,208,193). Sum of RGB (Red+Green+Blue) = 190+208+193=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0C1 is #412F3E. Grayscale: #C8C8C8. Windows color (decimal): -4271935 or 12701886. OLE color: 12701886.

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

Color convert

RGB 190 208 193 -
CMYK 0.09 0 0.07 0.18
HSL 130º 0.16% 0.78% -
HSV(B) 130º 0.09% 0.82% -
XYZ 53.42 59.91 59.2 -
YUV 200.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 190 208 193 0.09 0 0.07 0.18 130 0.16 0.78
Hex BE D0 C1 9 0 7 12 82 10 4E
Octal 276 320 301 11 0 7 22 202 20 116
Binary 10111110 11010000 11000001 1001 0 111 10010 10000010 10000 1001110

Color Harmonies of #BED0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0C1

Black with #BED0C1

Text Example


Text Example

White with #BED0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0C1; }

 p { color: rgb(190,208,193); }

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

background-color css

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

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

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

border-color css

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

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

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