#B5BECC

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

Shades of Spindle #B5BECC

Tints of Spindle #B5BECC

Color information

#B5BECC (or 0xB5BECC) is unknown color: approx Spindle. HEX triplet: B5, BE and CC. RGB value is (181,190,204). Sum of RGB (Red+Green+Blue) = 181+190+204=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BECC is #4A4133. Grayscale: #BCBCBC. Windows color (decimal): -4866356 or 13418165. OLE color: 13418165.

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

Color convert

RGB181190204-
CMYK0.110.0700.2
HSL216.52º18.4%75.49%-
HSV(B)216.52º11.27%80%-
XYZ48.3751.0164.42-
YUV188.9136.52122.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=31.48%
G=33.04%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811902040.110.0700.2216.5218.475.49
HexB5BECCB7014d9124b
Octal26527631413702433122113
Binary101101011011111011001100101111101010011011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BECC; }

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

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

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

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

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

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

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

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