Html Css Color HEX #BCBDBE Heather

📋 copy color: '#BCBDBE'

red 188 ◦ green 189 ◦ blue 190

#BCBDBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #BCBDBE

Tints of Heather #BCBDBE

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 value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCBDBE (or 0xBCBDBE) is known color: 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

RGB 188 189 190 -
CMYK 0.01 0.01 0 0.25
HSL 210º 0.02% 0.74% -
HSV(B) 210º 0.01% 0.75% -
XYZ 48.23 50.8 55.98 -
YUV 188.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 188 189 190 0.01 0.01 0 0.25 210 0.02 0.74
Hex BC BD BE 1 1 0 19 D2 2 4A
Octal 274 275 276 1 1 0 31 322 2 112
Binary 10111100 10111101 10111110 1 1 0 11001 11010010 10 1001010

Color Harmonies of #BCBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDBE

Black with #BCBDBE

Text Example


Text Example

White with #BCBDBE

Text Example


Text Example

HTML Codes & Css Web 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>