#B6CADC

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

Shades of Spindle #B6CADC

Tints of Spindle #B6CADC

Color information

#B6CADC (or 0xB6CADC) is unknown color: approx Spindle. HEX triplet: B6, CA and DC. RGB value is (182,202,220). Sum of RGB (Red+Green+Blue) = 182+202+220=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CADC is #493523. Grayscale: #C5C5C5. Windows color (decimal): -4797732 or 14469814. OLE color: 14469814.

HSL color Cylindrical-coordinate representation of color #B6CADC: hue angle of 208.42º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6CADC is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182202220-
CMYK0.170.0800.14
HSL208.42º35.19%78.82%-
HSV(B)208.42º17.27%86.27%-
XYZ53.3357.3575.97-
YUV198.07140.37116.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.13%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=30.13%
G=33.44%
B=36.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822022200.170.0800.14208.4235.1978.82
HexB6CADC1180Ed0234f
Octal266312334211001632043117
Binary10110110110010101101110010001100001110110100001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CADC; }

 p { color: rgb(182,202,220); }

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

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

 a { background-color: rgb(182,202,220); }

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

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

 span { border-color: rgb(182,202,220); }

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