Html Css Color HEX #BCC5DA Link Water

📋 copy color: '#BCC5DA'

red 188 ◦ green 197 ◦ blue 218

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

Shades of Link Water #BCC5DA

Tints of Link Water #BCC5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 31.18%
G = 32.67%
B = 36.15%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC5DA (or 0xBCC5DA) is known color: Link Water. HEX triplet: BC, C5 and DA. RGB value is (188,197,218). Sum of RGB (Red+Green+Blue) = 188+197+218=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DA is #433A25. Grayscale: #C4C4C4. Windows color (decimal): -4405798 or 14337468. OLE color: 14337468.

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

Color convert

RGB 188 197 218 -
CMYK 0.14 0.10 0 0.15
HSL 222º 0.29% 0.8% -
HSV(B) 222º 0.14% 0.85% -
XYZ 53.36 55.69 74.27 -
YUV 196.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 188 197 218 0.14 0.10 0 0.15 222 0.29 0.8
Hex BC C5 DA E A 0 F DE 1D 50
Octal 274 305 332 16 12 0 17 336 35 120
Binary 10111100 11000101 11011010 1110 1010 0 1111 11011110 11101 1010000

Color Harmonies of #BCC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5DA

Black with #BCC5DA

Text Example


Text Example

White with #BCC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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