#B7BECC

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

Shades of Spindle #B7BECC

Tints of Spindle #B7BECC

Color information

#B7BECC (or 0xB7BECC) is unknown color: approx Spindle. HEX triplet: B7, BE and CC. RGB value is (183,190,204). Sum of RGB (Red+Green+Blue) = 183+190+204=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BECC is #484133. Grayscale: #BDBDBD. Windows color (decimal): -4735284 or 13418167. OLE color: 13418167.

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

Color convert

RGB183190204-
CMYK0.100.0700.2
HSL220º17.07%75.88%-
HSV(B)220º10.29%80%-
XYZ48.8451.2564.45-
YUV189.5136.18123.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=31.72%
G=32.93%
B=35.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831902040.100.0700.222017.0775.88
HexB7BECCA7014dc114c
Octal26727631412702433421114
Binary101101111011111011001100101011101010011011100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BECC; }

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

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

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

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

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

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

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

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