#BCCABB

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

Shades of Paris White #BCCABB

Tints of Paris White #BCCABB

Color information

#BCCABB (or 0xBCCABB) is unknown color: approx Paris White. HEX triplet: BC, CA and BB. RGB value is (188,202,187). Sum of RGB (Red+Green+Blue) = 188+202+187=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABB is #433544. Grayscale: #C4C4C4. Windows color (decimal): -4404549 or 12307132. OLE color: 12307132.

HSL color Cylindrical-coordinate representation of color #BCCABB: hue angle of 116º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCABB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB188202187-
CMYK0.0700.070.21
HSL116º12.4%76.27%-
HSV(B)116º7.43%79.22%-
XYZ50.8356.5255.24-
YUV196.1122.86122.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=32.58%
G=35.01%
B=32.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021870.0700.070.2111612.476.27
HexBCCABB7071574c4c
Octal2743122737072516414114
Binary101111001100101010111011111011110101111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCABB; }

 p { color: rgb(188,202,187); }

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

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

 a { background-color: rgb(188,202,187); }

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

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

 span { border-color: rgb(188,202,187); }

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