#BFCCC1

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

Shades of Paris White #BFCCC1

Tints of Paris White #BFCCC1

Color information

#BFCCC1 (or 0xBFCCC1) is unknown color: approx Paris White. HEX triplet: BF, CC and C1. RGB value is (191,204,193). Sum of RGB (Red+Green+Blue) = 191+204+193=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC1 is #40333E. Grayscale: #C6C6C6. Windows color (decimal): -4207423 or 12700863. OLE color: 12700863.

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

Color convert

RGB191204193-
CMYK0.0600.050.2
HSL129.23º11.3%77.45%-
HSV(B)129.23º6.37%80%-
XYZ52.758.1158.89-
YUV198.86124.69122.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=32.48%
G=34.69%
B=32.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041930.0600.050.2129.2311.377.45
HexBFCCC16051481b4d
Octal2773143016052420113115
Binary1011111111001100110000011100101101001000000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCC1; }

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

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

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

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

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

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

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

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