Html Css Color HEX #BEC8BD Paris White

📋 copy color: '#BEC8BD'

red 190 ◦ green 200 ◦ blue 189

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

Shades of Paris White #BEC8BD

Tints of Paris White #BEC8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 32.82%
G = 34.54%
B = 32.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#BEC8BD (or 0xBEC8BD) is known color: Paris White. HEX triplet: BE, C8 and BD. RGB value is (190,200,189). Sum of RGB (Red+Green+Blue) = 190+200+189=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BD is #413742. Grayscale: #C3C3C3. Windows color (decimal): -4273987 or 12437694. OLE color: 12437694.

HSL color Cylindrical-coordinate representation of color #BEC8BD: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC8BD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 189 -
CMYK 0.05 0 0.06 0.22
HSL 114.55º 0.09% 0.76% -
HSV(B) 114.55º 0.06% 0.78% -
XYZ 51.07 55.93 56.25 -
YUV 195.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 190 200 189 0.05 0 0.06 0.22 114.55 0.09 0.76
Hex BE C8 BD 5 0 6 16 73 9 4C
Octal 276 310 275 5 0 6 26 163 11 114
Binary 10111110 11001000 10111101 101 0 110 10110 1110011 1001 1001100

Color Harmonies of #BEC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8BD

Black with #BEC8BD

Text Example


Text Example

White with #BEC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8BD; }

 p { color: rgb(190,200,189); }

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

background-color css

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

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

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

border-color css

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

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

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