Html Css Color HEX #BDC3CF Link Water

📋 copy color: '#BDC3CF'

red 189 ◦ green 195 ◦ blue 207

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

Shades of Link Water #BDC3CF

Tints of Link Water #BDC3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.99%

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 31.98%
G = 32.99%
B = 35.03%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDC3CF (or 0xBDC3CF) is known color: Link Water. HEX triplet: BD, C3 and CF. RGB value is (189,195,207). Sum of RGB (Red+Green+Blue) = 189+195+207=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CF is #423C30. Grayscale: #C2C2C2. Windows color (decimal): -4340785 or 13616061. OLE color: 13616061.

HSL color Cylindrical-coordinate representation of color #BDC3CF: hue angle of 220º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC3CF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 195 207 -
CMYK 0.09 0.06 0 0.19
HSL 220º 0.16% 0.78% -
HSV(B) 220º 0.09% 0.81% -
XYZ 51.76 54.35 66.79 -
YUV 194.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 189 195 207 0.09 0.06 0 0.19 220 0.16 0.78
Hex BD C3 CF 9 6 0 13 DC 10 4E
Octal 275 303 317 11 6 0 23 334 20 116
Binary 10111101 11000011 11001111 1001 110 0 10011 11011100 10000 1001110

Color Harmonies of #BDC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3CF

Black with #BDC3CF

Text Example


Text Example

White with #BDC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3CF; }

 p { color: rgb(189,195,207); }

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

background-color css

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

 a { background-color: rgb(189,195,207); }

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

border-color css

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

 span { border-color: rgb(189,195,207); }

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