#b4c6dc

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

Shades of Spindle #B4C6DC

Tints of Spindle #B4C6DC

Color information

#B4C6DC (or 0xB4C6DC) is unknown color: approx Spindle. HEX triplet: B4, C6 and DC. RGB value is (180,198,220). Sum of RGB (Red+Green+Blue) = 180+198+220=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6DC is #4B3923. Grayscale: #C3C3C3. Windows color (decimal): -4929828 or 14468788. OLE color: 14468788.

HSL color Cylindrical-coordinate representation of color #B4C6DC: hue angle of 213º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C6DC is Cyan = 0.18, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180198220-
CMYK0.180.100.14
HSL213º36.36%78.43%-
HSV(B)213º18.18%86.27%-
XYZ51.9355.2675.64-
YUV195.13142.04117.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=30.10%
G=33.11%
B=36.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801982200.180.100.1421336.3678.43
HexB4C6DC12A0Ed5244e
Octal264306334221201632544116
Binary10110100110001101101110010010101001110110101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c6dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c6dc; }

 p { color: rgb(180,198,220); }

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

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

 a { background-color: rgb(180,198,220); }

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

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

 span { border-color: rgb(180,198,220); }

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