Html Css Color HEX #BFC2C7 Link Water

📋 copy color: '#BFC2C7'

red 191 ◦ green 194 ◦ blue 199

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

Shades of Link Water #BFC2C7

Tints of Link Water #BFC2C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.08%

R = 32.71%
G = 33.22%
B = 34.08%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFC2C7 (or 0xBFC2C7) is known color: Link Water. HEX triplet: BF, C2 and C7. RGB value is (191,194,199). Sum of RGB (Red+Green+Blue) = 191+194+199=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2C7 is #403D38. Grayscale: #C1C1C1. Windows color (decimal): -4209977 or 13091519. OLE color: 13091519.

HSL color Cylindrical-coordinate representation of color #BFC2C7: hue angle of 217.5º degrees, saturation: 0.07, 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 #BFC2C7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 194 199 -
CMYK 0.04 0.03 0 0.22
HSL 217.5º 0.07% 0.76% -
HSV(B) 217.5º 0.04% 0.78% -
XYZ 51.09 53.78 61.72 -
YUV 193.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 191 194 199 0.04 0.03 0 0.22 217.5 0.07 0.76
Hex BF C2 C7 4 3 0 16 DA 7 4C
Octal 277 302 307 4 3 0 26 332 7 114
Binary 10111111 11000010 11000111 100 11 0 10110 11011010 111 1001100

Color Harmonies of #BFC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2C7

Black with #BFC2C7

Text Example


Text Example

White with #BFC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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