Html Css Color HEX #BDBFC4 Link Water

📋 copy color: '#BDBFC4'

red 189 ◦ green 191 ◦ blue 196

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

Shades of Link Water #BDBFC4

Tints of Link Water #BDBFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.03%

R = 32.81%
G = 33.16%
B = 34.03%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BDBFC4 (or 0xBDBFC4) is known color: Link Water. HEX triplet: BD, BF and C4. RGB value is (189,191,196). Sum of RGB (Red+Green+Blue) = 189+191+196=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC4 is #42403B. Grayscale: #BEBEBE. Windows color (decimal): -4341820 or 12894141. OLE color: 12894141.

HSL color Cylindrical-coordinate representation of color #BDBFC4: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBFC4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 191 196 -
CMYK 0.04 0.03 0 0.23
HSL 222.86º 0.06% 0.75% -
HSV(B) 222.86º 0.04% 0.77% -
XYZ 49.58 52.07 59.66 -
YUV 190.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 189 191 196 0.04 0.03 0 0.23 222.86 0.06 0.75
Hex BD BF C4 4 3 0 17 DF 6 4B
Octal 275 277 304 4 3 0 27 337 6 113
Binary 10111101 10111111 11000100 100 11 0 10111 11011111 110 1001011

Color Harmonies of #BDBFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFC4

Black with #BDBFC4

Text Example


Text Example

White with #BDBFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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