#B5BECF

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

Shades of Spindle #B5BECF

Tints of Spindle #B5BECF

Color information

#B5BECF (or 0xB5BECF) is unknown color: approx Spindle. HEX triplet: B5, BE and CF. RGB value is (181,190,207). Sum of RGB (Red+Green+Blue) = 181+190+207=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BECF is #4A4130. Grayscale: #BDBDBD. Windows color (decimal): -4866353 or 13614773. OLE color: 13614773.

HSL color Cylindrical-coordinate representation of color #B5BECF: hue angle of 219.23º 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 #B5BECF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181190207-
CMYK0.130.0800.19
HSL219.23º21.31%76.08%-
HSV(B)219.23º12.56%81.18%-
XYZ48.7351.1666.34-
YUV189.25138.02122.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=31.31%
G=32.87%
B=35.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811902070.130.0800.19219.2321.3176.08
HexB5BECFD8013db154c
Octal265276317151002333325114
Binary1011010110111110110011111101100001001111011011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BECF; }

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

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

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

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

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

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

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

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