Html Css Color HEX #BDBEC1 Link Water

📋 copy color: '#BDBEC1'

red 189 ◦ green 190 ◦ blue 193

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

Shades of Link Water #BDBEC1

Tints of Link Water #BDBEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.22%

 BLUE value IS 193 (75.78% from 255) = 33.74%

R = 33.04%
G = 33.22%
B = 33.74%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDBEC1 (or 0xBDBEC1) is known color: Link Water. HEX triplet: BD, BE and C1. RGB value is (189,190,193). Sum of RGB (Red+Green+Blue) = 189+190+193=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC1 is #42413E. Grayscale: #BEBEBE. Windows color (decimal): -4342079 or 12697277. OLE color: 12697277.

HSL color Cylindrical-coordinate representation of color #BDBEC1: hue angle of 225º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBEC1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 190 193 -
CMYK 0.02 0.02 0 0.24
HSL 225º 0.03% 0.75% -
HSV(B) 225º 0.02% 0.76% -
XYZ 49.03 51.5 57.81 -
YUV 190.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 189 190 193 0.02 0.02 0 0.24 225 0.03 0.75
Hex BD BE C1 2 2 0 18 E1 3 4B
Octal 275 276 301 2 2 0 30 341 3 113
Binary 10111101 10111110 11000001 10 10 0 11000 11100001 11 1001011

Color Harmonies of #BDBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEC1

Black with #BDBEC1

Text Example


Text Example

White with #BDBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEC1; }

 p { color: rgb(189,190,193); }

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

background-color css

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

 a { background-color: rgb(189,190,193); }

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

border-color css

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

 span { border-color: rgb(189,190,193); }

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