Html Css Color HEX #BDC6DB Link Water

📋 copy color: '#BDC6DB'

red 189 ◦ green 198 ◦ blue 219

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

Shades of Link Water #BDC6DB

Tints of Link Water #BDC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.67%

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 31.19%
G = 32.67%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC6DB (or 0xBDC6DB) is known color: Link Water. HEX triplet: BD, C6 and DB. RGB value is (189,198,219). Sum of RGB (Red+Green+Blue) = 189+198+219=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6DB is #423924. Grayscale: #C5C5C5. Windows color (decimal): -4340005 or 14403261. OLE color: 14403261.

HSL color Cylindrical-coordinate representation of color #BDC6DB: hue angle of 222º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC6DB is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 198 219 -
CMYK 0.14 0.10 0 0.14
HSL 222º 0.29% 0.8% -
HSV(B) 222º 0.14% 0.86% -
XYZ 53.97 56.32 75.04 -
YUV 197.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 189 198 219 0.14 0.10 0 0.14 222 0.29 0.8
Hex BD C6 DB E A 0 E DE 1D 50
Octal 275 306 333 16 12 0 16 336 35 120
Binary 10111101 11000110 11011011 1110 1010 0 1110 11011110 11101 1010000

Color Harmonies of #BDC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6DB

Black with #BDC6DB

Text Example


Text Example

White with #BDC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6DB; }

 p { color: rgb(189,198,219); }

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

background-color css

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

 a { background-color: rgb(189,198,219); }

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

border-color css

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

 span { border-color: rgb(189,198,219); }

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