#B3BED0

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

Shades of Spindle #B3BED0

Tints of Spindle #B3BED0

Color information

#B3BED0 (or 0xB3BED0) is unknown color: approx Spindle. HEX triplet: B3, BE and D0. RGB value is (179,190,208). Sum of RGB (Red+Green+Blue) = 179+190+208=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BED0 is #4C412F. Grayscale: #BCBCBC. Windows color (decimal): -4997424 or 13680307. OLE color: 13680307.

HSL color Cylindrical-coordinate representation of color #B3BED0: hue angle of 217.24º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3BED0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179190208-
CMYK0.140.0900.18
HSL217.24º23.58%75.88%-
HSV(B)217.24º13.94%81.57%-
XYZ48.3950.9666.96-
YUV188.76138.86121.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=31.02%
G=32.93%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791902080.140.0900.18217.2423.5875.88
HexB3BED0E9012d9184c
Octal263276320161102233130114
Binary1011001110111110110100001110100101001011011001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BED0; }

 p { color: rgb(179,190,208); }

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

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

 a { background-color: rgb(179,190,208); }

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

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

 span { border-color: rgb(179,190,208); }

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