#BFD0C1

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

Shades of Paris White #BFD0C1

Tints of Paris White #BFD0C1

Color information

#BFD0C1 (or 0xBFD0C1) is unknown color: approx Paris White. HEX triplet: BF, D0 and C1. RGB value is (191,208,193). Sum of RGB (Red+Green+Blue) = 191+208+193=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C1 is #402F3E. Grayscale: #C9C9C9. Windows color (decimal): -4206399 or 12701887. OLE color: 12701887.

HSL color Cylindrical-coordinate representation of color #BFD0C1: hue angle of 127.06º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0C1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB191208193-
CMYK0.0800.070.18
HSL127.06º15.32%78.24%-
HSV(B)127.06º8.17%81.57%-
XYZ53.6760.0459.21-
YUV201.21123.37120.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=32.26%
G=35.14%
B=32.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081930.0800.070.18127.0615.3278.24
HexBFD0C1807127ff4e
Octal27732030110072217717116
Binary1011111111010000110000011000011110010111111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0C1; }

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

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

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

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

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

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

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

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