Html Css Color HEX #BCC1D0 Link Water

📋 copy color: '#BCC1D0'

red 188 ◦ green 193 ◦ blue 208

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

Shades of Link Water #BCC1D0

Tints of Link Water #BCC1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 31.92%
G = 32.77%
B = 35.31%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC1D0 (or 0xBCC1D0) is known color: Link Water. HEX triplet: BC, C1 and D0. RGB value is (188,193,208). Sum of RGB (Red+Green+Blue) = 188+193+208=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D0 is #433E2F. Grayscale: #C1C1C1. Windows color (decimal): -4406832 or 13681084. OLE color: 13681084.

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

Color convert

RGB 188 193 208 -
CMYK 0.10 0.07 0 0.18
HSL 225º 0.18% 0.78% -
HSV(B) 225º 0.1% 0.82% -
XYZ 51.19 53.39 67.28 -
YUV 193.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 188 193 208 0.10 0.07 0 0.18 225 0.18 0.78
Hex BC C1 D0 A 7 0 12 E1 12 4E
Octal 274 301 320 12 7 0 22 341 22 116
Binary 10111100 11000001 11010000 1010 111 0 10010 11100001 10010 1001110

Color Harmonies of #BCC1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D0

Black with #BCC1D0

Text Example


Text Example

White with #BCC1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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