#BDCFBF

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

Shades of Paris White #BDCFBF

Tints of Paris White #BDCFBF

Color information

#BDCFBF (or 0xBDCFBF) is unknown color: approx Paris White. HEX triplet: BD, CF and BF. RGB value is (189,207,191). Sum of RGB (Red+Green+Blue) = 189+207+191=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFBF is #423040. Grayscale: #C7C7C7. Windows color (decimal): -4337729 or 12570557. OLE color: 12570557.

HSL color Cylindrical-coordinate representation of color #BDCFBF: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFBF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB189207191-
CMYK0.0900.080.19
HSL126.67º15.79%77.65%-
HSV(B)126.67º8.7%81.18%-
XYZ52.759.2157.94-
YUV199.79123.04120.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 191 (75% from 255) = 32.54%
R=32.20%
G=35.26%
B=32.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071910.0900.080.19126.6715.7977.65
HexBDCFBF908137f104e
Octal275317277110102317720116
Binary101111011100111110111111100101000100111111111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFBF; }

 p { color: rgb(189,207,191); }

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

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

 a { background-color: rgb(189,207,191); }

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

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

 span { border-color: rgb(189,207,191); }

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