#B5BDCF

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

Shades of Spindle #B5BDCF

Tints of Spindle #B5BDCF

Color information

#B5BDCF (or 0xB5BDCF) is unknown color: approx Spindle. HEX triplet: B5, BD and CF. RGB value is (181,189,207). Sum of RGB (Red+Green+Blue) = 181+189+207=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDCF is #4A4230. Grayscale: #BCBCBC. Windows color (decimal): -4866609 or 13614517. OLE color: 13614517.

HSL color Cylindrical-coordinate representation of color #B5BDCF: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5BDCF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181189207-
CMYK0.130.0900.19
HSL221.54º21.31%76.08%-
HSV(B)221.54º12.56%81.18%-
XYZ48.5250.7266.27-
YUV188.66138.35122.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=31.37%
G=32.76%
B=35.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811892070.130.0900.19221.5421.3176.08
HexB5BDCFD9013de154c
Octal265275317151102333625114
Binary1011010110111101110011111101100101001111011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDCF; }

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

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

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

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

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

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

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

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