Html Css Color HEX #BFC3C4 Heather

📋 copy color: '#BFC3C4'

red 191 ◦ green 195 ◦ blue 196

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

Shades of Heather #BFC3C4

Tints of Heather #BFC3C4

RGB

 RED value IS 191 (75% from 255) = 32.82%

 GREEN value IS 195 (76.56% from 255) = 33.51%

 BLUE value IS 196 (76.95% from 255) = 33.68%

R = 32.82%
G = 33.51%
B = 33.68%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFC3C4 (or 0xBFC3C4) is known color: Heather. HEX triplet: BF, C3 and C4. RGB value is (191,195,196). Sum of RGB (Red+Green+Blue) = 191+195+196=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3C4 is #403C3B. Grayscale: #C1C1C1. Windows color (decimal): -4209724 or 12895167. OLE color: 12895167.

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

Color convert

RGB 191 195 196 -
CMYK 0.03 0.01 0 0.23
HSL 192º 0.04% 0.76% -
HSV(B) 192º 0.03% 0.77% -
XYZ 50.96 54.09 59.98 -
YUV 193.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 191 195 196 0.03 0.01 0 0.23 192 0.04 0.76
Hex BF C3 C4 3 1 0 17 C0 4 4C
Octal 277 303 304 3 1 0 27 300 4 114
Binary 10111111 11000011 11000100 11 1 0 10111 11000000 100 1001100

Color Harmonies of #BFC3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3C4

Black with #BFC3C4

Text Example


Text Example

White with #BFC3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3C4; }

 p { color: rgb(191,195,196); }

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

background-color css

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

 a { background-color: rgb(191,195,196); }

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

border-color css

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

 span { border-color: rgb(191,195,196); }

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