#BFCCBE

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

Shades of Paris White #BFCCBE

Tints of Paris White #BFCCBE

Color information

#BFCCBE (or 0xBFCCBE) is unknown color: approx Paris White. HEX triplet: BF, CC and BE. RGB value is (191,204,190). Sum of RGB (Red+Green+Blue) = 191+204+190=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCBE is #403341. Grayscale: #C6C6C6. Windows color (decimal): -4207426 or 12504255. OLE color: 12504255.

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

Color convert

RGB191204190-
CMYK0.0600.070.2
HSL115.71º12.07%77.25%-
HSV(B)115.71º6.86%80%-
XYZ52.3757.9857.15-
YUV198.52123.19122.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=32.65%
G=34.87%
B=32.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041900.0600.070.2115.7112.0777.25
HexBFCCBE6071474c4d
Octal2773142766072416414115
Binary101111111100110010111110110011110100111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCBE; }

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

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

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

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

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

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

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

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