#BFCCC0

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

Shades of Paris White #BFCCC0

Tints of Paris White #BFCCC0

Color information

#BFCCC0 (or 0xBFCCC0) is unknown color: approx Paris White. HEX triplet: BF, CC and C0. RGB value is (191,204,192). Sum of RGB (Red+Green+Blue) = 191+204+192=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC0 is #40333F. Grayscale: #C6C6C6. Windows color (decimal): -4207424 or 12635327. OLE color: 12635327.

HSL color Cylindrical-coordinate representation of color #BFCCC0: 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 #BFCCC0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB191204192-
CMYK0.0600.060.2
HSL124.62º11.3%77.45%-
HSV(B)124.62º6.37%80%-
XYZ52.5958.0758.31-
YUV198.74124.19122.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=32.54%
G=34.75%
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.2
SystemRedGreenBlueCMYKHSL
Decimal1912041920.0600.060.2124.6211.377.45
HexBFCCC0606147db4d
Octal2773143006062417513115
Binary101111111100110011000000110011010100111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCC0; }

 p { color: rgb(191,204,192); }

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

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

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

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

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

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

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