Html Css Color HEX #BCC1D3 Link Water

📋 copy color: '#BCC1D3'

red 188 ◦ green 193 ◦ blue 211

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

Shades of Link Water #BCC1D3

Tints of Link Water #BCC1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 31.76%
G = 32.6%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCC1D3 (or 0xBCC1D3) is known color: Link Water. HEX triplet: BC, C1 and D3. RGB value is (188,193,211). Sum of RGB (Red+Green+Blue) = 188+193+211=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D3 is #433E2C. Grayscale: #C1C1C1. Windows color (decimal): -4406829 or 13877692. OLE color: 13877692.

HSL color Cylindrical-coordinate representation of color #BCC1D3: hue angle of 226.96º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC1D3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 193 211 -
CMYK 0.11 0.09 0 0.17
HSL 226.96º 0.21% 0.78% -
HSV(B) 226.96º 0.11% 0.83% -
XYZ 51.57 53.53 69.24 -
YUV 193.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 188 193 211 0.11 0.09 0 0.17 226.96 0.21 0.78
Hex BC C1 D3 B 9 0 11 E3 15 4E
Octal 274 301 323 13 11 0 21 343 25 116
Binary 10111100 11000001 11010011 1011 1001 0 10001 11100011 10101 1001110

Color Harmonies of #BCC1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D3

Black with #BCC1D3

Text Example


Text Example

White with #BCC1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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