Html Css Color HEX #BCBFC2 Heather

📋 copy color: '#BCBFC2'

red 188 ◦ green 191 ◦ blue 194

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

Shades of Heather #BCBFC2

Tints of Heather #BCBFC2

RGB

 RED value IS 188 (73.83% from 255) = 32.81%

 GREEN value IS 191 (75% from 255) = 33.33%

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 32.81%
G = 33.33%
B = 33.86%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCBFC2 (or 0xBCBFC2) is known color: Heather. HEX triplet: BC, BF and C2. RGB value is (188,191,194). Sum of RGB (Red+Green+Blue) = 188+191+194=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC2 is #43403D. Grayscale: #BEBEBE. Windows color (decimal): -4407358 or 12763068. OLE color: 12763068.

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

Color convert

RGB 188 191 194 -
CMYK 0.03 0.02 0 0.24
HSL 210º 0.05% 0.75% -
HSV(B) 210º 0.03% 0.76% -
XYZ 49.11 51.85 58.46 -
YUV 190.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 188 191 194 0.03 0.02 0 0.24 210 0.05 0.75
Hex BC BF C2 3 2 0 18 D2 5 4B
Octal 274 277 302 3 2 0 30 322 5 113
Binary 10111100 10111111 11000010 11 10 0 11000 11010010 101 1001011

Color Harmonies of #BCBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFC2

Black with #BCBFC2

Text Example


Text Example

White with #BCBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFC2; }

 p { color: rgb(188,191,194); }

 H1.HeaderClassName
 {
   color: #BCBFC2;
 }
 .AnyTagClassName
 {
   color: #BCBFC2;
 }
</style>

background-color css

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

 a { background-color: rgb(188,191,194); }

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

border-color css

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

 span { border-color: rgb(188,191,194); }

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