#B3BCCA

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

Shades of Spindle #B3BCCA

Tints of Spindle #B3BCCA

Color information

#B3BCCA (or 0xB3BCCA) is unknown color: approx Spindle. HEX triplet: B3, BC and CA. RGB value is (179,188,202). Sum of RGB (Red+Green+Blue) = 179+188+202=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCCA is #4C4335. Grayscale: #BABABA. Windows color (decimal): -4997942 or 13286579. OLE color: 13286579.

HSL color Cylindrical-coordinate representation of color #B3BCCA: hue angle of 216.52º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BCCA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179188202-
CMYK0.110.0700.21
HSL216.52º17.83%74.71%-
HSV(B)216.52º11.39%79.22%-
XYZ47.2349.8163-
YUV186.9136.52122.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=31.46%
G=33.04%
B=35.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791882020.110.0700.21216.5217.8374.71
HexB3BCCAB7015d9124b
Octal26327431213702533122113
Binary101100111011110011001010101111101010111011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCCA; }

 p { color: rgb(179,188,202); }

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

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

 a { background-color: rgb(179,188,202); }

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

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

 span { border-color: rgb(179,188,202); }

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