#B5BDCA

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

Shades of Spindle #B5BDCA

Tints of Spindle #B5BDCA

Color information

#B5BDCA (or 0xB5BDCA) is unknown color: approx Spindle. HEX triplet: B5, BD and CA. RGB value is (181,189,202). Sum of RGB (Red+Green+Blue) = 181+189+202=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDCA is #4A4235. Grayscale: #BCBCBC. Windows color (decimal): -4866614 or 13286837. OLE color: 13286837.

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

Color convert

RGB181189202-
CMYK0.100.0600.21
HSL217.14º16.54%75.1%-
HSV(B)217.14º10.4%79.22%-
XYZ47.9150.4863.1-
YUV188.09135.85122.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=31.64%
G=33.04%
B=35.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811892020.100.0600.21217.1416.5475.1
HexB5BDCAA6015d9114b
Octal26527531212602533121113
Binary101101011011110111001010101011001010111011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDCA; }

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

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

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

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

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

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

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

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