Html Css Color HEX #BCC2D1 Link Water

📋 copy color: '#BCC2D1'

red 188 ◦ green 194 ◦ blue 209

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

Shades of Link Water #BCC2D1

Tints of Link Water #BCC2D1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.83%

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

R = 31.81%
G = 32.83%
B = 35.36%

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

#BCC2D1 (or 0xBCC2D1) is known color: Link Water. HEX triplet: BC, C2 and D1. RGB value is (188,194,209). Sum of RGB (Red+Green+Blue) = 188+194+209=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2D1 is #433D2E. Grayscale: #C1C1C1. Windows color (decimal): -4406575 or 13746876. OLE color: 13746876.

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

Color convert

RGB 188 194 209 -
CMYK 0.10 0.07 0 0.18
HSL 222.86º 0.19% 0.78% -
HSV(B) 222.86º 0.1% 0.82% -
XYZ 51.54 53.88 68 -
YUV 193.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 188 194 209 0.10 0.07 0 0.18 222.86 0.19 0.78
Hex BC C2 D1 A 7 0 12 DF 13 4E
Octal 274 302 321 12 7 0 22 337 23 116
Binary 10111100 11000010 11010001 1010 111 0 10010 11011111 10011 1001110

Color Harmonies of #BCC2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2D1

Black with #BCC2D1

Text Example


Text Example

White with #BCC2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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