#BDC1CC

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

Shades of Link Water #BDC1CC

Tints of Link Water #BDC1CC

Color information

#BDC1CC (or 0xBDC1CC) is unknown color: approx Link Water. HEX triplet: BD, C1 and CC. RGB value is (189,193,204). Sum of RGB (Red+Green+Blue) = 189+193+204=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1CC is #423E33. Grayscale: #C1C1C1. Windows color (decimal): -4341300 or 13418941. OLE color: 13418941.

HSL color Cylindrical-coordinate representation of color #BDC1CC: hue angle of 224º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC1CC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189193204-
CMYK0.070.0500.2
HSL224º12.82%77.06%-
HSV(B)224º7.35%80%-
XYZ50.9653.3264.73-
YUV193.06134.17125.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=32.25%
G=32.94%
B=34.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891932040.070.0500.222412.8277.06
HexBDC1CC75014e0d4d
Octal2753013147502434015115
Binary1011110111000001110011001111010101001110000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1CC; }

 p { color: rgb(189,193,204); }

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

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

 a { background-color: rgb(189,193,204); }

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

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

 span { border-color: rgb(189,193,204); }

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