#BECDC1

Color #BECDC1 Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BECDC1

Tints of Paris White #BECDC1

Color information

#BECDC1 (or 0xBECDC1) is unknown color: approx 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

RGB190205193-
CMYK0.0700.060.20
HSL132º13.04%77.45%-
HSV(B)132º7.32%80.39%-
XYZ52.6958.4658.96-
YUV199.15124.53121.48-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051930.0700.060.2013213.0477.45
HexBECDC17061484d4d
Octal2763153017062420415115
Binary1011111011001101110000011110110101001000010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>