#BCCABF

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

Shades of Paris White #BCCABF

Tints of Paris White #BCCABF

Color information

#BCCABF (or 0xBCCABF) is unknown color: approx Paris White. HEX triplet: BC, CA and BF. RGB value is (188,202,191). Sum of RGB (Red+Green+Blue) = 188+202+191=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABF is #433540. Grayscale: #C4C4C4. Windows color (decimal): -4404545 or 12569276. OLE color: 12569276.

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

Color convert

RGB188202191-
CMYK0.0700.050.21
HSL132.86º11.67%76.47%-
HSV(B)132.86º6.93%79.22%-
XYZ51.2656.6957.53-
YUV196.56124.86121.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 191 (75% from 255) = 32.87%
R=32.36%
G=34.77%
B=32.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021910.0700.050.21132.8611.6776.47
HexBCCABF7051585c4c
Octal2743122777052520514114
Binary1011110011001010101111111110101101011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCABF; }

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

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

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

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

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

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

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

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