Html Css Color HEX #BDBFC6 Link Water

📋 copy color: '#BDBFC6'

red 189 ◦ green 191 ◦ blue 198

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

Shades of Link Water #BDBFC6

Tints of Link Water #BDBFC6

RGB

 RED value IS 189 (74.22% from 255) = 32.7%

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

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

R = 32.7%
G = 33.04%
B = 34.26%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDBFC6 (or 0xBDBFC6) is known color: Link Water. HEX triplet: BD, BF and C6. RGB value is (189,191,198). Sum of RGB (Red+Green+Blue) = 189+191+198=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC6 is #424039. Grayscale: #BFBFBF. Windows color (decimal): -4341818 or 13025213. OLE color: 13025213.

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

Color convert

RGB 189 191 198 -
CMYK 0.05 0.04 0 0.22
HSL 226.67º 0.07% 0.76% -
HSV(B) 226.67º 0.05% 0.78% -
XYZ 49.81 52.16 60.87 -
YUV 191.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 189 191 198 0.05 0.04 0 0.22 226.67 0.07 0.76
Hex BD BF C6 5 4 0 16 E3 7 4C
Octal 275 277 306 5 4 0 26 343 7 114
Binary 10111101 10111111 11000110 101 100 0 10110 11100011 111 1001100

Color Harmonies of #BDBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFC6

Black with #BDBFC6

Text Example


Text Example

White with #BDBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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