Html Css Color HEX #BCC5D9 Link Water

📋 copy color: '#BCC5D9'

red 188 ◦ green 197 ◦ blue 217

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

Shades of Link Water #BCC5D9

Tints of Link Water #BCC5D9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.72%

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 31.23%
G = 32.72%
B = 36.05%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC5D9 (or 0xBCC5D9) is known color: Link Water. HEX triplet: BC, C5 and D9. RGB value is (188,197,217). Sum of RGB (Red+Green+Blue) = 188+197+217=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D9 is #433A26. Grayscale: #C4C4C4. Windows color (decimal): -4405799 or 14271932. OLE color: 14271932.

HSL color Cylindrical-coordinate representation of color #BCC5D9: hue angle of 221.38º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC5D9 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 197 217 -
CMYK 0.13 0.09 0 0.15
HSL 221.38º 0.28% 0.79% -
HSV(B) 221.38º 0.13% 0.85% -
XYZ 53.23 55.63 73.58 -
YUV 196.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 188 197 217 0.13 0.09 0 0.15 221.38 0.28 0.79
Hex BC C5 D9 D 9 0 F DD 1C 4F
Octal 274 305 331 15 11 0 17 335 34 117
Binary 10111100 11000101 11011001 1101 1001 0 1111 11011101 11100 1001111

Color Harmonies of #BCC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5D9

Black with #BCC5D9

Text Example


Text Example

White with #BCC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5D9; }

 p { color: rgb(188,197,217); }

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

background-color css

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

 a { background-color: rgb(188,197,217); }

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

border-color css

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

 span { border-color: rgb(188,197,217); }

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