#BCCABE

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

Shades of Paris White #BCCABE

Tints of Paris White #BCCABE

Color information

#BCCABE (or 0xBCCABE) is unknown color: approx Paris White. HEX triplet: BC, CA and BE. RGB value is (188,202,190). Sum of RGB (Red+Green+Blue) = 188+202+190=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABE is #433541. Grayscale: #C4C4C4. Windows color (decimal): -4404546 or 12503740. OLE color: 12503740.

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

Color convert

RGB188202190-
CMYK0.0700.060.21
HSL128.57º11.67%76.47%-
HSV(B)128.57º6.93%79.22%-
XYZ51.1556.6556.95-
YUV196.45124.36121.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=32.41%
G=34.83%
B=32.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021900.0700.060.21128.5711.6776.47
HexBCCABE7061581c4c
Octal2743122767062520114114
Binary1011110011001010101111101110110101011000000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCABE; }

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

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

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

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

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

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

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

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