Html Css Color HEX #BDC3D6 Link Water

📋 copy color: '#BDC3D6'

red 189 ◦ green 195 ◦ blue 214

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

Shades of Link Water #BDC3D6

Tints of Link Water #BDC3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.79%

R = 31.61%
G = 32.61%
B = 35.79%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC3D6 (or 0xBDC3D6) is known color: Link Water. HEX triplet: BD, C3 and D6. RGB value is (189,195,214). Sum of RGB (Red+Green+Blue) = 189+195+214=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3D6 is #423C29. Grayscale: #C3C3C3. Windows color (decimal): -4340778 or 14074813. OLE color: 14074813.

HSL color Cylindrical-coordinate representation of color #BDC3D6: hue angle of 225.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC3D6 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 195 214 -
CMYK 0.12 0.09 0 0.16
HSL 225.6º 0.23% 0.79% -
HSV(B) 225.6º 0.12% 0.84% -
XYZ 52.64 54.7 71.4 -
YUV 195.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 189 195 214 0.12 0.09 0 0.16 225.6 0.23 0.79
Hex BD C3 D6 C 9 0 10 E2 17 4F
Octal 275 303 326 14 11 0 20 342 27 117
Binary 10111101 11000011 11010110 1100 1001 0 10000 11100010 10111 1001111

Color Harmonies of #BDC3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3D6

Black with #BDC3D6

Text Example


Text Example

White with #BDC3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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