#B6C0CA

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

Shades of Spindle #B6C0CA

Tints of Spindle #B6C0CA

Color information

#B6C0CA (or 0xB6C0CA) is unknown color: approx Spindle. HEX triplet: B6, C0 and CA. RGB value is (182,192,202). Sum of RGB (Red+Green+Blue) = 182+192+202=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CA is #493F35. Grayscale: #BEBEBE. Windows color (decimal): -4800310 or 13287606. OLE color: 13287606.

HSL color Cylindrical-coordinate representation of color #B6C0CA: hue angle of 210º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C0CA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182192202-
CMYK0.100.0500.21
HSL210º15.87%75.29%-
HSV(B)210º9.9%79.22%-
XYZ48.851.9163.32-
YUV190.15134.69122.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=31.60%
G=33.33%
B=35.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821922020.100.0500.2121015.8775.29
HexB6C0CAA5015d2104b
Octal26630031212502532220113
Binary101101101100000011001010101010101010111010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C0CA; }

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

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

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

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

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

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

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

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