Html Css Color HEX #BECDC1 Paris White

📋 copy color: '#BECDC1'

red 190 ◦ green 205 ◦ blue 193

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

Shades of Paris White #BECDC1

Tints of Paris White #BECDC1

RGB

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

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

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

R = 32.31%
G = 34.86%
B = 32.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#BECDC1 (or 0xBECDC1) is known color: Paris White. HEX triplet: BE, CD and C1. RGB value is (190,205,193). Sum of RGB (Red+Green+Blue) = 190+205+193=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC1 is #41323E. Grayscale: #C7C7C7. Windows color (decimal): -4272703 or 12701118. OLE color: 12701118.

HSL color Cylindrical-coordinate representation of color #BECDC1: hue angle of 132º 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 #BECDC1 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 193 -
CMYK 0.07 0 0.06 0.20
HSL 132º 0.13% 0.77% -
HSV(B) 132º 0.07% 0.8% -
XYZ 52.69 58.46 58.96 -
YUV 199.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 190 205 193 0.07 0 0.06 0.20 132 0.13 0.77
Hex BE CD C1 7 0 6 14 84 D 4D
Octal 276 315 301 7 0 6 24 204 15 115
Binary 10111110 11001101 11000001 111 0 110 10100 10000100 1101 1001101

Color Harmonies of #BECDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDC1

Black with #BECDC1

Text Example


Text Example

White with #BECDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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