#B3BBCC

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

Shades of Spindle #B3BBCC

Tints of Spindle #B3BBCC

Color information

#B3BBCC (or 0xB3BBCC) is unknown color: approx Spindle. HEX triplet: B3, BB and CC. RGB value is (179,187,204). Sum of RGB (Red+Green+Blue) = 179+187+204=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBCC is #4C4433. Grayscale: #BABABA. Windows color (decimal): -4998196 or 13417395. OLE color: 13417395.

HSL color Cylindrical-coordinate representation of color #B3BBCC: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BBCC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179187204-
CMYK0.120.0800.2
HSL220.8º19.69%75.1%-
HSV(B)220.8º12.25%80%-
XYZ47.2649.4864.19-
YUV186.55137.85122.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=31.40%
G=32.81%
B=35.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791872040.120.0800.2220.819.6975.1
HexB3BBCCC8014dd144b
Octal263273314141002433524113
Binary1011001110111011110011001100100001010011011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBCC; }

 p { color: rgb(179,187,204); }

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

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

 a { background-color: rgb(179,187,204); }

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

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

 span { border-color: rgb(179,187,204); }

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