#B7BECB

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

Shades of Spindle #B7BECB

Tints of Spindle #B7BECB

Color information

#B7BECB (or 0xB7BECB) is unknown color: approx Spindle. HEX triplet: B7, BE and CB. RGB value is (183,190,203). Sum of RGB (Red+Green+Blue) = 183+190+203=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECB is #484134. Grayscale: #BDBDBD. Windows color (decimal): -4735285 or 13352631. OLE color: 13352631.

HSL color Cylindrical-coordinate representation of color #B7BECB: hue angle of 219º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BECB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183190203-
CMYK0.100.0600.20
HSL219º16.13%75.69%-
HSV(B)219º9.85%79.61%-
XYZ48.7251.2163.82-
YUV189.39135.68123.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=31.77%
G=32.99%
B=35.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831902030.100.0600.2021916.1375.69
HexB7BECBA6014db104c
Octal26727631312602433320114
Binary101101111011111011001011101011001010011011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BECB; }

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

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

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

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

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

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

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

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