Html Css Color HEX #BCC6DB Link Water

📋 copy color: '#BCC6DB'

red 188 ◦ green 198 ◦ blue 219

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

Shades of Link Water #BCC6DB

Tints of Link Water #BCC6DB

RGB

 RED value IS 188 (73.83% from 255) = 31.07%

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

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

R = 31.07%
G = 32.73%
B = 36.2%

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

#BCC6DB (or 0xBCC6DB) is known color: Link Water. HEX triplet: BC, C6 and DB. RGB value is (188,198,219). Sum of RGB (Red+Green+Blue) = 188+198+219=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6DB is #433924. Grayscale: #C5C5C5. Windows color (decimal): -4405541 or 14403260. OLE color: 14403260.

HSL color Cylindrical-coordinate representation of color #BCC6DB: hue angle of 220.65º degrees, saturation: 0.3, 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 #BCC6DB is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 198 219 -
CMYK 0.14 0.10 0 0.14
HSL 220.65º 0.3% 0.8% -
HSV(B) 220.65º 0.14% 0.86% -
XYZ 53.72 56.19 75.03 -
YUV 197.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 188 198 219 0.14 0.10 0 0.14 220.65 0.3 0.8
Hex BC C6 DB E A 0 E DD 1E 50
Octal 274 306 333 16 12 0 16 335 36 120
Binary 10111100 11000110 11011011 1110 1010 0 1110 11011101 11110 1010000

Color Harmonies of #BCC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6DB

Black with #BCC6DB

Text Example


Text Example

White with #BCC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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