Html Css Color HEX #BCC6DA Link Water

📋 copy color: '#BCC6DA'

red 188 ◦ green 198 ◦ blue 218

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

Shades of Link Water #BCC6DA

Tints of Link Water #BCC6DA

RGB

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

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

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

R = 31.13%
G = 32.78%
B = 36.09%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCC6DA (or 0xBCC6DA) is known color: Link Water. HEX triplet: BC, C6 and DA. RGB value is (188,198,218). Sum of RGB (Red+Green+Blue) = 188+198+218=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6DA is #433925. Grayscale: #C5C5C5. Windows color (decimal): -4405542 or 14337724. OLE color: 14337724.

HSL color Cylindrical-coordinate representation of color #BCC6DA: hue angle of 220º 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 #BCC6DA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 198 218 -
CMYK 0.14 0.09 0 0.15
HSL 220º 0.29% 0.8% -
HSV(B) 220º 0.14% 0.85% -
XYZ 53.59 56.14 74.34 -
YUV 197.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 188 198 218 0.14 0.09 0 0.15 220 0.29 0.8
Hex BC C6 DA E 9 0 F DC 1D 50
Octal 274 306 332 16 11 0 17 334 35 120
Binary 10111100 11000110 11011010 1110 1001 0 1111 11011100 11101 1010000

Color Harmonies of #BCC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6DA

Black with #BCC6DA

Text Example


Text Example

White with #BCC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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