Html Css Color HEX #BECAC0 Paris White

📋 copy color: '#BECAC0'

red 190 ◦ green 202 ◦ blue 192

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

Shades of Paris White #BECAC0

Tints of Paris White #BECAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.59%

 BLUE value IS 192 (75.39% from 255) = 32.88%

R = 32.53%
G = 34.59%
B = 32.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#BECAC0 (or 0xBECAC0) is known color: Paris White. HEX triplet: BE, CA and C0. RGB value is (190,202,192). Sum of RGB (Red+Green+Blue) = 190+202+192=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC0 is #41353F. Grayscale: #C5C5C5. Windows color (decimal): -4273472 or 12634814. OLE color: 12634814.

HSL color Cylindrical-coordinate representation of color #BECAC0: hue angle of 130º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECAC0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 192 -
CMYK 0.06 0 0.05 0.21
HSL 130º 0.1% 0.77% -
HSV(B) 130º 0.06% 0.79% -
XYZ 51.87 56.99 58.14 -
YUV 197.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 190 202 192 0.06 0 0.05 0.21 130 0.1 0.77
Hex BE CA C0 6 0 5 15 82 A 4D
Octal 276 312 300 6 0 5 25 202 12 115
Binary 10111110 11001010 11000000 110 0 101 10101 10000010 1010 1001101

Color Harmonies of #BECAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAC0

Black with #BECAC0

Text Example


Text Example

White with #BECAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAC0; }

 p { color: rgb(190,202,192); }

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

background-color css

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

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

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

border-color css

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

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

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