#B5C0CA

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

Shades of Spindle #B5C0CA

Tints of Spindle #B5C0CA

Color information

#B5C0CA (or 0xB5C0CA) is unknown color: approx Spindle. HEX triplet: B5, C0 and CA. RGB value is (181,192,202). Sum of RGB (Red+Green+Blue) = 181+192+202=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0CA is #4A3F35. Grayscale: #BDBDBD. Windows color (decimal): -4865846 or 13287605. OLE color: 13287605.

HSL color Cylindrical-coordinate representation of color #B5C0CA: hue angle of 208.57º degrees, saturation: 0.17, 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 #B5C0CA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181192202-
CMYK0.100.0500.21
HSL208.57º16.54%75.1%-
HSV(B)208.57º10.4%79.22%-
XYZ48.5751.7963.31-
YUV189.85134.86121.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=31.48%
G=33.39%
B=35.13%

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
Decimal1811922020.100.0500.21208.5716.5475.1
HexB5C0CAA5015d1114b
Octal26530031212502532121113
Binary101101011100000011001010101010101010111010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C0CA; }

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

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

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

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

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

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

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

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