#B3BDCA

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

Shades of Spindle #B3BDCA

Tints of Spindle #B3BDCA

Color information

#B3BDCA (or 0xB3BDCA) is unknown color: approx Spindle. HEX triplet: B3, BD and CA. RGB value is (179,189,202). Sum of RGB (Red+Green+Blue) = 179+189+202=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDCA is #4C4235. Grayscale: #BBBBBB. Windows color (decimal): -4997686 or 13286835. OLE color: 13286835.

HSL color Cylindrical-coordinate representation of color #B3BDCA: hue angle of 213.91º 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 #B3BDCA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179189202-
CMYK0.110.0600.21
HSL213.91º17.83%74.71%-
HSV(B)213.91º11.39%79.22%-
XYZ47.4550.2463.07-
YUV187.49136.19121.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=31.40%
G=33.16%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791892020.110.0600.21213.9117.8374.71
HexB3BDCAB6015d6124b
Octal26327531213602532622113
Binary101100111011110111001010101111001010111010110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDCA; }

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

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

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

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

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

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

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

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