#B5BFCC

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

Shades of Spindle #B5BFCC

Tints of Spindle #B5BFCC

Color information

#B5BFCC (or 0xB5BFCC) is unknown color: approx Spindle. HEX triplet: B5, BF and CC. RGB value is (181,191,204). Sum of RGB (Red+Green+Blue) = 181+191+204=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5BFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFCC is #4A4033. Grayscale: #BDBDBD. Windows color (decimal): -4866100 or 13418421. OLE color: 13418421.

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

Color convert

RGB181191204-
CMYK0.110.0600.2
HSL213.91º18.4%75.49%-
HSV(B)213.91º11.27%80%-
XYZ48.5951.4464.5-
YUV189.49136.19121.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=31.42%
G=33.16%
B=35.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811912040.110.0600.2213.9118.475.49
HexB5BFCCB6014d6124b
Octal26527731413602432622113
Binary101101011011111111001100101111001010011010110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFCC; }

 p { color: rgb(181,191,204); }

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

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

 a { background-color: rgb(181,191,204); }

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

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

 span { border-color: rgb(181,191,204); }

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