#BECBBF

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

Shades of Paris White #BECBBF

Tints of Paris White #BECBBF

Color information

#BECBBF (or 0xBECBBF) is unknown color: approx Paris White. HEX triplet: BE, CB and BF. RGB value is (190,203,191). Sum of RGB (Red+Green+Blue) = 190+203+191=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBBF is #413440. Grayscale: #C5C5C5. Windows color (decimal): -4273217 or 12569534. OLE color: 12569534.

HSL color Cylindrical-coordinate representation of color #BECBBF: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BECBBF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB190203191-
CMYK0.0600.060.20
HSL124.62º11.11%77.06%-
HSV(B)124.62º6.4%79.61%-
XYZ5257.4257.63-
YUV197.74124.19122.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.53%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 191 (75% from 255) = 32.71%
R=32.53%
G=34.76%
B=32.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031910.0600.060.20124.6211.1177.06
HexBECBBF606147db4d
Octal2763132776062417513115
Binary101111101100101110111111110011010100111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBBF; }

 p { color: rgb(190,203,191); }

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

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

 a { background-color: rgb(190,203,191); }

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

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

 span { border-color: rgb(190,203,191); }

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