Html Css Color HEX #BCC1D5 Link Water

📋 copy color: '#BCC1D5'

red 188 ◦ green 193 ◦ blue 213

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

Shades of Link Water #BCC1D5

Tints of Link Water #BCC1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 31.65%
G = 32.49%
B = 35.86%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCC1D5 (or 0xBCC1D5) is known color: Link Water. HEX triplet: BC, C1 and D5. RGB value is (188,193,213). Sum of RGB (Red+Green+Blue) = 188+193+213=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D5 is #433E2A. Grayscale: #C1C1C1. Windows color (decimal): -4406827 or 14008764. OLE color: 14008764.

HSL color Cylindrical-coordinate representation of color #BCC1D5: hue angle of 228º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC1D5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 193 213 -
CMYK 0.12 0.09 0 0.16
HSL 228º 0.23% 0.79% -
HSV(B) 228º 0.12% 0.84% -
XYZ 51.82 53.64 70.57 -
YUV 193.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 188 193 213 0.12 0.09 0 0.16 228 0.23 0.79
Hex BC C1 D5 C 9 0 10 E4 17 4F
Octal 274 301 325 14 11 0 20 344 27 117
Binary 10111100 11000001 11010101 1100 1001 0 10000 11100100 10111 1001111

Color Harmonies of #BCC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D5

Black with #BCC1D5

Text Example


Text Example

White with #BCC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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