Html Css Color HEX #BCC1D7 Link Water

📋 copy color: '#BCC1D7'

red 188 ◦ green 193 ◦ blue 215

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

Shades of Link Water #BCC1D7

Tints of Link Water #BCC1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.07%

R = 31.54%
G = 32.38%
B = 36.07%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCC1D7 (or 0xBCC1D7) is known color: Link Water. HEX triplet: BC, C1 and D7. RGB value is (188,193,215). Sum of RGB (Red+Green+Blue) = 188+193+215=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1D7 is #433E28. Grayscale: #C1C1C1. Windows color (decimal): -4406825 or 14139836. OLE color: 14139836.

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

Color convert

RGB 188 193 215 -
CMYK 0.13 0.10 0 0.16
HSL 228.89º 0.25% 0.79% -
HSV(B) 228.89º 0.13% 0.84% -
XYZ 52.07 53.74 71.92 -
YUV 194.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 188 193 215 0.13 0.10 0 0.16 228.89 0.25 0.79
Hex BC C1 D7 D A 0 10 E5 19 4F
Octal 274 301 327 15 12 0 20 345 31 117
Binary 10111100 11000001 11010111 1101 1010 0 10000 11100101 11001 1001111

Color Harmonies of #BCC1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1D7

Black with #BCC1D7

Text Example


Text Example

White with #BCC1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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