#BCCCBC

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

Shades of Paris White #BCCCBC

Tints of Paris White #BCCCBC

Color information

#BCCCBC (or 0xBCCCBC) is unknown color: approx Paris White. HEX triplet: BC, CC and BC. RGB value is (188,204,188). Sum of RGB (Red+Green+Blue) = 188+204+188=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBC is #433343. Grayscale: #C5C5C5. Windows color (decimal): -4404036 or 12373180. OLE color: 12373180.

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

Color convert

RGB188204188-
CMYK0.0800.080.2
HSL120º13.56%76.86%-
HSV(B)120º7.84%80%-
XYZ51.4157.5155.97-
YUV197.39122.7121.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=32.41%
G=35.17%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041880.0800.080.212013.5676.86
HexBCCCBC8081478e4d
Octal274314274100102417016115
Binary10111100110011001011110010000100010100111100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCBC; }

 p { color: rgb(188,204,188); }

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

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

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

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

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

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

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