Html Css Color HEX #BCC1D1 Link Water

📋 copy color: '#BCC1D1'

red 188 ◦ green 193 ◦ blue 209

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

Shades of Link Water #BCC1D1

Tints of Link Water #BCC1D1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.71%

 BLUE value IS 209 (82.03% from 255) = 35.42%

R = 31.86%
G = 32.71%
B = 35.42%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC1D1 (or 0xBCC1D1) is known color: Link Water. HEX triplet: BC, C1 and D1. RGB value is (188,193,209). Sum of RGB (Red+Green+Blue) = 188+193+209=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D1 is #433E2E. Grayscale: #C1C1C1. Windows color (decimal): -4406831 or 13746620. OLE color: 13746620.

HSL color Cylindrical-coordinate representation of color #BCC1D1: hue angle of 225.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC1D1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 193 209 -
CMYK 0.10 0.08 0 0.18
HSL 225.71º 0.19% 0.78% -
HSV(B) 225.71º 0.1% 0.82% -
XYZ 51.32 53.43 67.93 -
YUV 193.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 188 193 209 0.10 0.08 0 0.18 225.71 0.19 0.78
Hex BC C1 D1 A 8 0 12 E2 13 4E
Octal 274 301 321 12 10 0 22 342 23 116
Binary 10111100 11000001 11010001 1010 1000 0 10010 11100010 10011 1001110

Color Harmonies of #BCC1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D1

Black with #BCC1D1

Text Example


Text Example

White with #BCC1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D1; }

 p { color: rgb(188,193,209); }

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

background-color css

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

 a { background-color: rgb(188,193,209); }

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

border-color css

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

 span { border-color: rgb(188,193,209); }

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