#BDBFC1

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

Shades of Heather #BDBFC1

Tints of Heather #BDBFC1

Color information

#BDBFC1 (or 0xBDBFC1) is unknown color: approx Heather. HEX triplet: BD, BF and C1. RGB value is (189,191,193). Sum of RGB (Red+Green+Blue) = 189+191+193=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC1 is #42403E. Grayscale: #BEBEBE. Windows color (decimal): -4341823 or 12697533. OLE color: 12697533.

HSL color Cylindrical-coordinate representation of color #BDBFC1: hue angle of 210º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBFC1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189191193-
CMYK0.020.0100.24
HSL210º3.12%74.9%-
HSV(B)210º2.07%75.69%-
XYZ49.2451.9357.88-
YUV190.63129.34126.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=32.98%
G=33.33%
B=33.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891911930.020.0100.242103.1274.9
HexBDBFC121018d234b
Octal275277301210303223113
Binary10111101101111111100000110101100011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFC1; }

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

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

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

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

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

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

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

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