Html Css Color HEX #BECEC1 Paris White

📋 copy color: '#BECEC1'

red 190 ◦ green 206 ◦ blue 193

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

Shades of Paris White #BECEC1

Tints of Paris White #BECEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.97%

 BLUE value IS 193 (75.78% from 255) = 32.77%

R = 32.26%
G = 34.97%
B = 32.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#BECEC1 (or 0xBECEC1) is known color: Paris White. HEX triplet: BE, CE and C1. RGB value is (190,206,193). Sum of RGB (Red+Green+Blue) = 190+206+193=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC1 is #41313E. Grayscale: #C7C7C7. Windows color (decimal): -4272447 or 12701374. OLE color: 12701374.

HSL color Cylindrical-coordinate representation of color #BECEC1: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 193 -
CMYK 0.08 0 0.06 0.19
HSL 131.25º 0.14% 0.78% -
HSV(B) 131.25º 0.08% 0.81% -
XYZ 52.93 58.94 59.04 -
YUV 199.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 190 206 193 0.08 0 0.06 0.19 131.25 0.14 0.78
Hex BE CE C1 8 0 6 13 83 E 4E
Octal 276 316 301 10 0 6 23 203 16 116
Binary 10111110 11001110 11000001 1000 0 110 10011 10000011 1110 1001110

Color Harmonies of #BECEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEC1

Black with #BECEC1

Text Example


Text Example

White with #BECEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEC1; }

 p { color: rgb(190,206,193); }

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

background-color css

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

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

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

border-color css

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

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

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