#B6C4D9

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

Shades of Spindle #B6C4D9

Tints of Spindle #B6C4D9

Color information

#B6C4D9 (or 0xB6C4D9) is unknown color: approx Spindle. HEX triplet: B6, C4 and D9. RGB value is (182,196,217). Sum of RGB (Red+Green+Blue) = 182+196+217=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6C4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C4D9 is #493B26. Grayscale: #C2C2C2. Windows color (decimal): -4799271 or 14271670. OLE color: 14271670.

HSL color Cylindrical-coordinate representation of color #B6C4D9: hue angle of 216º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6C4D9 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182196217-
CMYK0.160.1000.15
HSL216º31.53%78.24%-
HSV(B)216º16.13%85.1%-
XYZ51.5654.4373.44-
YUV194.21140.86119.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.59%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=30.59%
G=32.94%
B=36.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821962170.160.1000.1521631.5378.24
HexB6C4D910A0Fd8204e
Octal266304331201201733040116
Binary10110110110001001101100110000101001111110110001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C4D9; }

 p { color: rgb(182,196,217); }

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

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

 a { background-color: rgb(182,196,217); }

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

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

 span { border-color: rgb(182,196,217); }

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