#BCBDBE

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

Shades of Heather #BCBDBE

Tints of Heather #BCBDBE

Color information

#BCBDBE (or 0xBCBDBE) is unknown color: approx Heather. HEX triplet: BC, BD and BE. RGB value is (188,189,190). Sum of RGB (Red+Green+Blue) = 188+189+190=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBE is #434241. Grayscale: #BCBCBC. Windows color (decimal): -4407874 or 12500412. OLE color: 12500412.

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

Color convert

RGB188189190-
CMYK0.010.0100.25
HSL210º1.52%74.12%-
HSV(B)210º1.05%74.51%-
XYZ48.2350.855.98-
YUV188.82128.67127.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=33.16%
G=33.33%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881891900.010.0100.252101.5274.12
HexBCBDBE11019d224a
Octal274275276110313222112
Binary1011110010111101101111101101100111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDBE; }

 p { color: rgb(188,189,190); }

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

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

 a { background-color: rgb(188,189,190); }

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

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

 span { border-color: rgb(188,189,190); }

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