Html Css Color HEX #BECCBE Paris White

📋 copy color: '#BECCBE'

red 190 ◦ green 204 ◦ blue 190

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

Shades of Paris White #BECCBE

Tints of Paris White #BECCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

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

R = 32.53%
G = 34.93%
B = 32.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#BECCBE (or 0xBECCBE) is known color: Paris White. HEX triplet: BE, CC and BE. RGB value is (190,204,190). Sum of RGB (Red+Green+Blue) = 190+204+190=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCBE is #413341. Grayscale: #C6C6C6. Windows color (decimal): -4272962 or 12504254. OLE color: 12504254.

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

Color convert

RGB 190 204 190 -
CMYK 0.07 0 0.07 0.2
HSL 120º 0.12% 0.77% -
HSV(B) 120º 0.07% 0.8% -
XYZ 52.12 57.85 57.13 -
YUV 198.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 190 204 190 0.07 0 0.07 0.2 120 0.12 0.77
Hex BE CC BE 7 0 7 14 78 C 4D
Octal 276 314 276 7 0 7 24 170 14 115
Binary 10111110 11001100 10111110 111 0 111 10100 1111000 1100 1001101

Color Harmonies of #BECCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCBE

Black with #BECCBE

Text Example


Text Example

White with #BECCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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