#B7BECA

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

Shades of Spindle #B7BECA

Tints of Spindle #B7BECA

Color information

#B7BECA (or 0xB7BECA) is unknown color: approx Spindle. HEX triplet: B7, BE and CA. RGB value is (183,190,202). Sum of RGB (Red+Green+Blue) = 183+190+202=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECA is #484135. Grayscale: #BDBDBD. Windows color (decimal): -4735286 or 13287095. OLE color: 13287095.

HSL color Cylindrical-coordinate representation of color #B7BECA: hue angle of 217.89º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7BECA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183190202-
CMYK0.090.0600.21
HSL217.89º15.2%75.49%-
HSV(B)217.89º9.41%79.22%-
XYZ48.651.1663.19-
YUV189.27135.18123.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=31.83%
G=33.04%
B=35.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831902020.090.0600.21217.8915.275.49
HexB7BECA96015daf4b
Octal26727631211602533217113
Binary10110111101111101100101010011100101011101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BECA; }

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

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

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

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

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

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

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

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