Html Css Color HEX #BECDBE Paris White

📋 copy color: '#BECDBE'

red 190 ◦ green 205 ◦ blue 190

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

Shades of Paris White #BECDBE

Tints of Paris White #BECDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 190 (74.61% from 255) = 32.48%

R = 32.48%
G = 35.04%
B = 32.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#BECDBE (or 0xBECDBE) is known color: Paris White. HEX triplet: BE, CD and BE. RGB value is (190,205,190). Sum of RGB (Red+Green+Blue) = 190+205+190=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDBE is #413241. Grayscale: #C6C6C6. Windows color (decimal): -4272706 or 12504510. OLE color: 12504510.

HSL color Cylindrical-coordinate representation of color #BECDBE: hue angle of 120º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDBE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 190 -
CMYK 0.07 0 0.07 0.20
HSL 120º 0.13% 0.77% -
HSV(B) 120º 0.07% 0.8% -
XYZ 52.36 58.33 57.21 -
YUV 198.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 190 205 190 0.07 0 0.07 0.20 120 0.13 0.77
Hex BE CD BE 7 0 7 14 78 D 4D
Octal 276 315 276 7 0 7 24 170 15 115
Binary 10111110 11001101 10111110 111 0 111 10100 1111000 1101 1001101

Color Harmonies of #BECDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDBE

Black with #BECDBE

Text Example


Text Example

White with #BECDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDBE; }

 p { color: rgb(190,205,190); }

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

background-color css

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

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

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

border-color css

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

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

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