Html Css Color HEX #BCBFC9 Link Water

📋 copy color: '#BCBFC9'

red 188 ◦ green 191 ◦ blue 201

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

Shades of Link Water #BCBFC9

Tints of Link Water #BCBFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 32.41%
G = 32.93%
B = 34.66%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCBFC9 (or 0xBCBFC9) is known color: Link Water. HEX triplet: BC, BF and C9. RGB value is (188,191,201). Sum of RGB (Red+Green+Blue) = 188+191+201=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCBFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC9 is #434036. Grayscale: #BFBFBF. Windows color (decimal): -4407351 or 13221820. OLE color: 13221820.

HSL color Cylindrical-coordinate representation of color #BCBFC9: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBFC9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 191 201 -
CMYK 0.06 0.05 0 0.21
HSL 226.15º 0.11% 0.76% -
HSV(B) 226.15º 0.06% 0.79% -
XYZ 49.91 52.17 62.7 -
YUV 191.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 188 191 201 0.06 0.05 0 0.21 226.15 0.11 0.76
Hex BC BF C9 6 5 0 15 E2 B 4C
Octal 274 277 311 6 5 0 25 342 13 114
Binary 10111100 10111111 11001001 110 101 0 10101 11100010 1011 1001100

Color Harmonies of #BCBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFC9

Black with #BCBFC9

Text Example


Text Example

White with #BCBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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