Html Css Color HEX #BDBFC7 Link Water

📋 copy color: '#BDBFC7'

red 189 ◦ green 191 ◦ blue 199

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

Shades of Link Water #BDBFC7

Tints of Link Water #BDBFC7

RGB

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

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

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

R = 32.64%
G = 32.99%
B = 34.37%

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

#BDBFC7 (or 0xBDBFC7) is known color: Link Water. HEX triplet: BD, BF and C7. RGB value is (189,191,199). Sum of RGB (Red+Green+Blue) = 189+191+199=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BDBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC7 is #424038. Grayscale: #BFBFBF. Windows color (decimal): -4341817 or 13090749. OLE color: 13090749.

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

Color convert

RGB 189 191 199 -
CMYK 0.05 0.04 0 0.22
HSL 228º 0.08% 0.76% -
HSV(B) 228º 0.05% 0.78% -
XYZ 49.93 52.2 61.48 -
YUV 191.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 189 191 199 0.05 0.04 0 0.22 228 0.08 0.76
Hex BD BF C7 5 4 0 16 E4 8 4C
Octal 275 277 307 5 4 0 26 344 10 114
Binary 10111101 10111111 11000111 101 100 0 10110 11100100 1000 1001100

Color Harmonies of #BDBFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFC7

Black with #BDBFC7

Text Example


Text Example

White with #BDBFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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