Html Css Color HEX #BCC1D2 Link Water

📋 copy color: '#BCC1D2'

red 188 ◦ green 193 ◦ blue 210

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

Shades of Link Water #BCC1D2

Tints of Link Water #BCC1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.53%

R = 31.81%
G = 32.66%
B = 35.53%

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

#BCC1D2 (or 0xBCC1D2) is known color: Link Water. HEX triplet: BC, C1 and D2. RGB value is (188,193,210). Sum of RGB (Red+Green+Blue) = 188+193+210=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D2 is #433E2D. Grayscale: #C1C1C1. Windows color (decimal): -4406830 or 13812156. OLE color: 13812156.

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

Color convert

RGB 188 193 210 -
CMYK 0.10 0.08 0 0.18
HSL 226.36º 0.2% 0.78% -
HSV(B) 226.36º 0.1% 0.82% -
XYZ 51.44 53.48 68.59 -
YUV 193.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 188 193 210 0.10 0.08 0 0.18 226.36 0.2 0.78
Hex BC C1 D2 A 8 0 12 E2 14 4E
Octal 274 301 322 12 10 0 22 342 24 116
Binary 10111100 11000001 11010010 1010 1000 0 10010 11100010 10100 1001110

Color Harmonies of #BCC1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D2

Black with #BCC1D2

Text Example


Text Example

White with #BCC1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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