Html Css Color HEX #BEC8BF Paris White

📋 copy color: '#BEC8BF'

red 190 ◦ green 200 ◦ blue 191

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

Shades of Paris White #BEC8BF

Tints of Paris White #BEC8BF

RGB

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

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

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

R = 32.7%
G = 34.42%
B = 32.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#BEC8BF (or 0xBEC8BF) is known color: Paris White. HEX triplet: BE, C8 and BF. RGB value is (190,200,191). Sum of RGB (Red+Green+Blue) = 190+200+191=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BF is #413740. Grayscale: #C4C4C4. Windows color (decimal): -4273985 or 12568766. OLE color: 12568766.

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

Color convert

RGB 190 200 191 -
CMYK 0.05 0 0.04 0.22
HSL 126º 0.08% 0.76% -
HSV(B) 126º 0.05% 0.78% -
XYZ 51.29 56.02 57.4 -
YUV 195.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 190 200 191 0.05 0 0.04 0.22 126 0.08 0.76
Hex BE C8 BF 5 0 4 16 7E 8 4C
Octal 276 310 277 5 0 4 26 176 10 114
Binary 10111110 11001000 10111111 101 0 100 10110 1111110 1000 1001100

Color Harmonies of #BEC8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8BF

Black with #BEC8BF

Text Example


Text Example

White with #BEC8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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