#B7BECE

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

Shades of Spindle #B7BECE

Tints of Spindle #B7BECE

Color information

#B7BECE (or 0xB7BECE) is unknown color: approx Spindle. HEX triplet: B7, BE and CE. RGB value is (183,190,206). Sum of RGB (Red+Green+Blue) = 183+190+206=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECE is #484131. Grayscale: #BDBDBD. Windows color (decimal): -4735282 or 13549239. OLE color: 13549239.

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

Color convert

RGB183190206-
CMYK0.110.0800.19
HSL221.74º19.01%76.27%-
HSV(B)221.74º11.17%80.78%-
XYZ49.0851.3565.72-
YUV189.73137.18123.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=31.61%
G=32.82%
B=35.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831902060.110.0800.19221.7419.0176.27
HexB7BECEB8013de134c
Octal267276316131002333623114
Binary1011011110111110110011101011100001001111011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BECE; }

 p { color: rgb(183,190,206); }

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

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

 a { background-color: rgb(183,190,206); }

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

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

 span { border-color: rgb(183,190,206); }

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