#BCC3D5

Color #BCC3D5 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BCC3D5

Tints of Link Water #BCC3D5

Color information

#BCC3D5 (or 0xBCC3D5) is unknown color: approx Link Water. HEX triplet: BC, C3 and D5. RGB value is (188,195,213). Sum of RGB (Red+Green+Blue) = 188+195+213=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3D5 is #433C2A. Grayscale: #C2C2C2. Windows color (decimal): -4406315 or 14009276. OLE color: 14009276.

HSL color Cylindrical-coordinate representation of color #BCC3D5: hue angle of 223.2º 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 #BCC3D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188195213-
CMYK0.120.0800.16
HSL223.2º22.94%78.63%-
HSV(B)223.2º11.74%83.53%-
XYZ52.2654.5370.72-
YUV194.96138.18123.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 195 (76.56% from 255) = 32.72%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=31.54%
G=32.72%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881952130.120.0800.16223.222.9478.63
HexBCC3D5C8010df174f
Octal274303325141002033727117
Binary1011110011000011110101011100100001000011011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3D5; }

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

 H1.HeaderClassName
 {
   color: #BCC3D5;
 }
 .AnyTagClassName
 {
   color: #BCC3D5;
 }
</style>
background-color css

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

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

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

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

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

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