Html Css Color HEX #BFC2C6 Spindle

📋 copy color: '#BFC2C6'

red 191 ◦ green 194 ◦ blue 198

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

Shades of Spindle #BFC2C6

Tints of Spindle #BFC2C6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

 BLUE value IS 198 (77.73% from 255) = 33.96%

R = 32.76%
G = 33.28%
B = 33.96%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFC2C6 (or 0xBFC2C6) is known color: Spindle. HEX triplet: BF, C2 and C6. RGB value is (191,194,198). Sum of RGB (Red+Green+Blue) = 191+194+198=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2C6 is #403D39. Grayscale: #C1C1C1. Windows color (decimal): -4209978 or 13025983. OLE color: 13025983.

HSL color Cylindrical-coordinate representation of color #BFC2C6: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC2C6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 194 198 -
CMYK 0.04 0.02 0 0.22
HSL 214.29º 0.06% 0.76% -
HSV(B) 214.29º 0.04% 0.78% -
XYZ 50.97 53.74 61.11 -
YUV 193.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 191 194 198 0.04 0.02 0 0.22 214.29 0.06 0.76
Hex BF C2 C6 4 2 0 16 D6 6 4C
Octal 277 302 306 4 2 0 26 326 6 114
Binary 10111111 11000010 11000110 100 10 0 10110 11010110 110 1001100

Color Harmonies of #BFC2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2C6

Black with #BFC2C6

Text Example


Text Example

White with #BFC2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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