#BECABD

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

Shades of Paris White #BECABD

Tints of Paris White #BECABD

Color information

#BECABD (or 0xBECABD) is unknown color: approx Paris White. HEX triplet: BE, CA and BD. RGB value is (190,202,189). Sum of RGB (Red+Green+Blue) = 190+202+189=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BECABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECABD is #413542. Grayscale: #C4C4C4. Windows color (decimal): -4273475 or 12438206. OLE color: 12438206.

HSL color Cylindrical-coordinate representation of color #BECABD: hue angle of 115.38º degrees, saturation: 0.11, 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 #BECABD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB190202189-
CMYK0.0600.060.21
HSL115.38º10.92%76.67%-
HSV(B)115.38º6.44%79.22%-
XYZ51.5456.8656.4-
YUV196.93123.52123.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=32.70%
G=34.77%
B=32.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021890.0600.060.21115.3810.9276.67
HexBECABD6061573b4d
Octal2763122756062516313115
Binary101111101100101010111101110011010101111001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECABD; }

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

 H1.HeaderClassName
 {
   color: #BECABD;
 }
 .AnyTagClassName
 {
   color: #BECABD;
 }
</style>
background-color css

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

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

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

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

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

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